fix disk id and hostname and hostid

This commit is contained in:
Christoph Cullmann 2024-07-04 13:03:44 +02:00
parent 159d2947bf
commit d3de030099
No known key found for this signature in database
3 changed files with 5 additions and 12 deletions

View file

@ -18,8 +18,8 @@
hardware.graphics.extraPackages = with pkgs; [ amdvlk rocm-opencl-icd rocm-opencl-runtime ];
# our hostname and an ID for ZFS
networking.hostName = "mini";
networking.hostId = "e925ccfb";
networking.hostName = "beta";
networking.hostId = "3f20def9";
# classic dhcpcd
networking.networkmanager.enable = false;