diff options
| author | Caroline Larimore <caroline@larimo.re> | 2026-01-09 21:27:38 -0800 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2026-01-09 21:27:38 -0800 |
| commit | 1f8abfb970bdd9642510db630016b0accd89d243 (patch) | |
| tree | eb95ac56d21cf649e5584b124aa1caf3de5443ff /systems/x86_64-linux | |
| parent | 60bed24287e7ff2e6b436b19224e535b5a889c04 (diff) | |
c-pc: re-enable impermanence
Diffstat (limited to 'systems/x86_64-linux')
| -rw-r--r-- | systems/x86_64-linux/c-pc/hardware.nix | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/systems/x86_64-linux/c-pc/hardware.nix b/systems/x86_64-linux/c-pc/hardware.nix index d00d962..dfcae0d 100644 --- a/systems/x86_64-linux/c-pc/hardware.nix +++ b/systems/x86_64-linux/c-pc/hardware.nix @@ -22,10 +22,9 @@ availableKernelModules = [ "xhci_pci" "ahci" "usb_storage" "usbhid" "sd_mod" ]; kernelModules = [ "amdgpu" ]; - #TODO: re-enable impermanence - # postDeviceCommands = lib.mkAfter '' - # zfs rollback -r zpool/root@blank && zfs rollback -r zpool/home@blank - # ''; + postDeviceCommands = lib.mkAfter '' + zfs rollback -r zpool/root@blank && zfs rollback -r zpool/home@blank + ''; postMountCommands = lib.mkAfter '' chmod u=rw,g=,o= /secrets |