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 @@
|
|||
# intel graphics
|
||||
hardware.opengl.extraPackages = with pkgs; [ intel-media-driver intel-compute-runtime ];
|
||||
|
||||
# our hostname
|
||||
# our hostname and an ID for ZFS
|
||||
networking.hostName = "neko";
|
||||
networking.hostId = "cf5a5ee6";
|
||||
|
||||
# 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