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;
|
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;
|
||||||
|
|
Loading…
Reference in New Issue