Add host ID

This commit is contained in:
2023-04-16 20:47:59 +01:00
parent 5c91773f05
commit 1af1910f05

View File

@ -9,9 +9,9 @@ with lib.my;
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
boot.loader.efi.efiSysMountPoint = "/boot/efi";
networking.hostName = "atlas"; networking.hostName = "atlas";
networking.hostId = "8425e349";
networking.networkmanager.enable = true; networking.networkmanager.enable = true;
nix.package = pkgs.nixFlakes; nix.package = pkgs.nixFlakes;