summaryrefslogtreecommitdiff
path: root/neko/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'neko/configuration.nix')
-rw-r--r--neko/configuration.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/neko/configuration.nix b/neko/configuration.nix
index 6e8d8e0..7c42433 100644
--- a/neko/configuration.nix
+++ b/neko/configuration.nix
@@ -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;
}