diff options
author | ene <ene@sils.li> | 2023-02-27 18:20:25 +0100 |
---|---|---|
committer | ene <ene@sils.li> | 2023-02-27 18:20:25 +0100 |
commit | 37c2c1cd74924cdd2e4f666ce6f6685843e654ef (patch) | |
tree | 582e913b3473bd35656063d0afc864582daa23d8 /hosts | |
parent | Feat(home/wms): Add plasma as an option (diff) | |
download | nixos-config-37c2c1cd74924cdd2e4f666ce6f6685843e654ef.tar.gz nixos-config-37c2c1cd74924cdd2e4f666ce6f6685843e654ef.zip |
Fix(hosts/mammun_on_vm): Add hostname
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/mammun_on_vm/networking.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/mammun_on_vm/networking.nix b/hosts/mammun_on_vm/networking.nix index e243ebe0..0ec9460b 100644 --- a/hosts/mammun_on_vm/networking.nix +++ b/hosts/mammun_on_vm/networking.nix @@ -11,6 +11,6 @@ powersave = true; }; }; - hostName = "mammun"; + hostName = "mammun_on_vm"; }; } |