diff options
author | ene <ene@sils.li> | 2023-02-21 11:29:27 +0100 |
---|---|---|
committer | ene <ene@sils.li> | 2023-02-21 11:29:27 +0100 |
commit | fab382f1b55a54600512619f3a7592b06e8185fd (patch) | |
tree | 1a0f1510428c6eb06254f9f23f357d54a4adb2fe /hosts | |
parent | Feat(hosts): Add lahmu, a vm host (diff) | |
download | nixos-config-fab382f1b55a54600512619f3a7592b06e8185fd.tar.gz nixos-config-fab382f1b55a54600512619f3a7592b06e8185fd.zip |
Fix(hosts): Switch to correct host-name
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/lahmu/networking.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/lahmu/networking.nix b/hosts/lahmu/networking.nix index 05c7d100..1ef69e7c 100644 --- a/hosts/lahmu/networking.nix +++ b/hosts/lahmu/networking.nix @@ -10,5 +10,5 @@ networking.useDHCP = lib.mkDefault true; # networking.interfaces.enp0s31f6.useDHCP = lib.mkDefault true; # networking.interfaces.wlp3s0.useDHCP = lib.mkDefault true; - networking.hostName = "mammun"; + networking.hostName = "lahmu"; } |