fix: bad path

This commit is contained in:
silver 2023-01-13 00:14:09 +00:00
parent 566699f0b7
commit f75c4626b5

View file

@ -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;
} }
); );
} }