From bfa889aef9f82eb853a5b37ebe7fdbd8d5ecdc34 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 25 Jan 2023 23:55:57 -0500 Subject: finish up refactor + add glados host thanks replaycoding uwu --- hosts/glados/network.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/glados/network.nix') diff --git a/hosts/glados/network.nix b/hosts/glados/network.nix index b80f0ae..e55a0a2 100644 --- a/hosts/glados/network.nix +++ b/hosts/glados/network.nix @@ -1,6 +1,6 @@ {config, ...}: { networking = { - hostId = "$(head -c 8 /etc/machine-id)"; + hostId = "replace_me"; networkmanager = { enable = true; dns = "systemd-resolved"; -- cgit v1.2.3