From 1af1910f05afdeceef1f0c6235694686abf9c4bc Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Sun, 16 Apr 2023 20:47:59 +0100 Subject: [PATCH] Add host ID --- hosts/atlas/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/atlas/default.nix b/hosts/atlas/default.nix index e768e94..f6bd6b1 100644 --- a/hosts/atlas/default.nix +++ b/hosts/atlas/default.nix @@ -9,9 +9,9 @@ with lib.my; boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; - boot.loader.efi.efiSysMountPoint = "/boot/efi"; networking.hostName = "atlas"; + networking.hostId = "8425e349"; networking.networkmanager.enable = true; nix.package = pkgs.nixFlakes; @@ -47,4 +47,4 @@ with lib.my; zsh.enable = true; }; }; -} \ No newline at end of file +}