add zfs rollback

This commit is contained in:
2025-06-07 15:36:21 -05:00
parent 069c833535
commit 79fc291050
+4
View File
@@ -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;