fix: bad path
This commit is contained in:
parent
566699f0b7
commit
f75c4626b5
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
||||||
# nixpkgs.lib.nixosSystem is a fucntion that is used to turn a attribute set into the config for a machiene
|
# nixpkgs.lib.nixosSystem is a fucntion that is used to turn a attribute set into the config for a machiene
|
||||||
nixpkgs.lib.nixosSystem {
|
nixpkgs.lib.nixosSystem {
|
||||||
system = config.system;
|
system = config.system;
|
||||||
modules = modules.system;
|
modules = config.modules;
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue