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 +}