diff --git a/flake.nix b/flake.nix index b8b0b77..348294d 100755 --- a/flake.nix +++ b/flake.nix @@ -43,7 +43,7 @@ }@inputs: rec { formatter.x86_64-linux = nixpkgs.legacyPackages.x86_64-linux.nixfmt; nixosConfigurations = { - nixos = nixpkgs.lib.nixosSystem { + demeter = nixpkgs.lib.nixosSystem { specialArgs = { inherit inputs; }; system = "x86_64-linux"; modules = [ diff --git a/hosts/nixos/default.nix b/hosts/nixos/default.nix index d71d3e8..f9154aa 100755 --- a/hosts/nixos/default.nix +++ b/hosts/nixos/default.nix @@ -28,7 +28,7 @@ pkiBundle = "/etc/secureboot"; }; - networking.hostName = "nixos"; # Define your hostname. + networking.hostName = "demeter"; # Define your hostname. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # select kernel