imperium: add ZFS and pv
This commit is contained in:
parent
e50eabcc6b
commit
2088630173
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue