add zfs rollback
This commit is contained in:
@@ -99,6 +99,10 @@
|
||||
];
|
||||
};
|
||||
|
||||
boot.initrd.postMountCommands = lib.mkAfter ''
|
||||
zfs rollback -r zroot/root@blank
|
||||
'';
|
||||
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user