erlaube modulen auf die flake zuzugreifen
damit kann man dann zum beispiel aus der poxy config heraus auf alle anderen nixos Configurations verweisen
This commit is contained in:
parent
2197bcac3b
commit
b0ae6a6c0f
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@
|
||||||
authentik.nixosModules.default
|
authentik.nixosModules.default
|
||||||
mailserver.nixosModules.mailserver
|
mailserver.nixosModules.mailserver
|
||||||
{
|
{
|
||||||
_module.args = { inherit modulesPath; };
|
_module.args = { inherit self modulesPath; };
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue