bugfix
This commit is contained in:
parent
034369ba5b
commit
0491af6282
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
};
|
||||
in {
|
||||
nixosConfigurations = {
|
||||
myNixos = npkgs.lib.nixosSystem {
|
||||
myNixos = nixpkgs.lib.nixosSystem {
|
||||
inherit system;
|
||||
modules = [
|
||||
./nixos/configuration.nix
|
||||
|
|
Loading…
Reference in a new issue