Bad named host

This commit is contained in:
Yorick Barbanneau 2023-09-07 15:41:00 +02:00
parent bb13c54775
commit 5b0d953272
2 changed files with 2 additions and 2 deletions

View file

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