diff --git a/configuration.nix b/configuration.nix index 3376f33..9215b82 100644 --- a/configuration.nix +++ b/configuration.nix @@ -20,7 +20,7 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; - networking.hostName = "nix-f16"; # Define your hostname. + networking.hostName = "nix-fw16"; # Define your hostname. # Pick only one of the below networking options. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. networking.networkmanager.enable = true; # Easiest to use and most distros use this by default. diff --git a/flake.nix b/flake.nix index 90768b8..d73af25 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,7 @@ username = "chrigi"; lib = nixpkgs.lib; in { - nixosConfigurations.nix-f16 = lib.nixosSystem { + nixosConfigurations.nix-fw16 = lib.nixosSystem { system = "x86_64-linux"; modules = [ ./configuration.nix