prepare for ZFS

This commit is contained in:
Christoph Cullmann 2024-05-29 21:07:09 +02:00
parent 5606603533
commit fc4607ec20
5 changed files with 27 additions and 47 deletions

View file

@ -17,10 +17,10 @@
# amd graphics
hardware.opengl.extraPackages = with pkgs; [ amdvlk rocm-opencl-icd rocm-opencl-runtime ];
# our hostname
# our hostname and an ID for ZFS
networking.hostName = "mini";
networking.hostId = "e925ccfb";
# use NetworkManager
networking.useDHCP = false;
networking.networkmanager.enable = true;
# classic dhcpcd
networking.networkmanager.enable = false;
}