From 20886301731b2a6996ba01fc7df8ddd2c372bd71 Mon Sep 17 00:00:00 2001 From: Tim Van Baak Date: Mon, 18 Nov 2024 16:28:19 -0800 Subject: [PATCH] imperium: add ZFS and pv --- machine/imperium/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/machine/imperium/default.nix b/machine/imperium/default.nix index 1802977..a15343f 100644 --- a/machine/imperium/default.nix +++ b/machine/imperium/default.nix @@ -21,6 +21,10 @@ ]; }; + # ZFS support + boot.supportedFilesystems = [ "zfs" ]; + networking.hostId = "1bf3214b"; # this must be consistent for ZFS + networking.networkmanager.enable = true; time.timeZone = "America/Los_Angeles"; @@ -81,6 +85,7 @@ libreoffice mpv obsidian + pv unzip ]; programs.nix-ld.enable = true;