Fix the makeServiceConfig function.
This commit is contained in:
parent
b3c7f71456
commit
cf7d0f76d3
2 changed files with 12 additions and 8 deletions
|
|
@ -100,12 +100,11 @@
|
|||
};
|
||||
in
|
||||
{
|
||||
systemConfig = self.lib.makeServiceConfig {
|
||||
systemConfig = self.lib.makeSystemConfig {
|
||||
inherit system;
|
||||
modules = [
|
||||
./nix/modules
|
||||
];
|
||||
inherit (self.packages.${system}) system-manager;
|
||||
};
|
||||
|
||||
packages = {
|
||||
|
|
@ -184,6 +183,8 @@
|
|||
}))
|
||||
//
|
||||
{
|
||||
lib = import ./nix/lib.nix { inherit nixpkgs; };
|
||||
lib = import ./nix/lib.nix {
|
||||
inherit nixpkgs self;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue