prepare for ZFS
This commit is contained in:
parent
5606603533
commit
fc4607ec20
5 changed files with 27 additions and 47 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue