🛖 Demilitarize hostname

main
Christian Ott 2 years ago
parent 998846e2b0
commit 4b89f8d1ab
  1. 2
      configuration.nix
  2. 2
      flake.nix

@ -20,7 +20,7 @@
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = 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. # Pick only one of the below networking options.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
networking.networkmanager.enable = true; # Easiest to use and most distros use this by default. networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.

@ -14,7 +14,7 @@
username = "chrigi"; username = "chrigi";
lib = nixpkgs.lib; lib = nixpkgs.lib;
in { in {
nixosConfigurations.nix-f16 = lib.nixosSystem { nixosConfigurations.nix-fw16 = lib.nixosSystem {
system = "x86_64-linux"; system = "x86_64-linux";
modules = [ modules = [
./configuration.nix ./configuration.nix

Loading…
Cancel
Save

Powered by TurnKey Linux.