From 305b6c1d69c7967dcbd5de654eb4db0ff3e5d10f Mon Sep 17 00:00:00 2001 From: Dennis Schoepf Date: Wed, 25 Dec 2024 19:55:52 +0100 Subject: [PATCH] Adds ZFS installation config --- hosts/dnsc-server/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/dnsc-server/configuration.nix b/hosts/dnsc-server/configuration.nix index ed64171..0ac0a3d 100644 --- a/hosts/dnsc-server/configuration.nix +++ b/hosts/dnsc-server/configuration.nix @@ -20,6 +20,8 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; boot.loader.systemd-boot.configurationLimit = 10; + boot.supportedFilesystems = [ "zfs" ]; + boot.zfs.forceImportRoot = false; # Nix Settings # Perform garbage collection weekly to maintain low disk usage @@ -32,6 +34,7 @@ # Networking networking.hostName = "dnsc-server"; + networking.hostId = "380f584e"; networking.networkmanager.enable = true; # My user account