Bad named host
This commit is contained in:
parent
bb13c54775
commit
5b0d953272
2 changed files with 2 additions and 2 deletions
|
@ -29,11 +29,11 @@ in rec {
|
|||
home-manager.nixosModule
|
||||
];
|
||||
};
|
||||
lucy = nixpkgs.lib.nixosSystem {
|
||||
luci = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = {
|
||||
inherit stateVersion;
|
||||
hostname = "lucy";
|
||||
hostname = "luci";
|
||||
username = "ephase";
|
||||
hostConfig = {
|
||||
gaming = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue