1
1
Fork 0

imperium: add ZFS and pv

This commit is contained in:
Tim Van Baak 2024-11-18 16:28:19 -08:00
parent e50eabcc6b
commit 2088630173
1 changed files with 5 additions and 0 deletions

View File

@ -21,6 +21,10 @@
]; ];
}; };
# ZFS support
boot.supportedFilesystems = [ "zfs" ];
networking.hostId = "1bf3214b"; # this must be consistent for ZFS
networking.networkmanager.enable = true; networking.networkmanager.enable = true;
time.timeZone = "America/Los_Angeles"; time.timeZone = "America/Los_Angeles";
@ -81,6 +85,7 @@
libreoffice libreoffice
mpv mpv
obsidian obsidian
pv
unzip unzip
]; ];
programs.nix-ld.enable = true; programs.nix-ld.enable = true;