starting safe_reboot

This commit is contained in:
2025-12-01 20:22:50 -05:00
parent 81c0ce0928
commit 2b2d9135c5
4 changed files with 269 additions and 0 deletions

View File

@@ -16,6 +16,7 @@
./nh.nix
./nix.nix
./programs.nix
./safe_reboot.nix
./ssh.nix
./snapshot_manager.nix
];
@@ -49,6 +50,11 @@
PYTHONPATH = "${inputs.self}/";
};
safe_reboot = {
enable = lib.mkDefault true;
datasetPrefix = "root_pool/";
};
zfs = {
trim.enable = lib.mkDefault true;
autoScrub.enable = lib.mkDefault true;