test
This commit is contained in:
parent
3e4e74f79e
commit
f1e1809e8e
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
# replace 'joes-desktop' with your hostname here.
|
# replace 'joes-desktop' with your hostname here.
|
||||||
nixosConfigurations.nixos-p1 = nixpkgs.lib.nixosSystem {
|
nixosConfigurations.nixos-p1 = nixpkgs.lib.nixosSystem {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
modules = [ ./configuration.nix ];
|
# modules = [ ./configuration.nix ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
Loading…
Reference in a new issue