From 4b89f8d1abeb236eec56512ae0156f75ced1bdd4 Mon Sep 17 00:00:00 2001 From: Christian Ott Date: Wed, 17 Apr 2024 10:05:49 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=96=20Demilitarize=20hostname?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configuration.nix | 2 +- flake.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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