Adds ZFS installation config

This commit is contained in:
Dennis Schoepf 2024-12-25 19:55:52 +01:00
parent 0327c48b91
commit 305b6c1d69

View file

@ -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