Missing file + removed option
This commit is contained in:
parent
98d6daf89e
commit
ccf58efcb3
2 changed files with 12 additions and 4 deletions
hosts/nixos/lapetus
|
@ -0,0 +1,12 @@
|
|||
{ config, ... }: {
|
||||
# Configure ZFS
|
||||
boot.supportedFilesystems = [ "zfs" ];
|
||||
boot.zfs.extraPools = [ "zroot" ];
|
||||
boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
|
||||
boot.kernelParams = [ "nohibernate" ];
|
||||
|
||||
# Roll back to blank snapshot on boot
|
||||
# boot.initrd.postDeviceCommands = lib.mkAfter ''
|
||||
# zfs rollback -r zroot@blank
|
||||
# '';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue