diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-02-04 22:49:51 -0800 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-04-14 18:58:45 -0700 |
| commit | df2a7d06f36027d8df1afef928de86c70c58da8d (patch) | |
| tree | b6707b05fd72e592fe6a6f92a1f3b2bbe611169e | |
| parent | 7d3017f16deba3d04bd8ddd76f2531867b3ead78 (diff) | |
migration: temporarily disable impermanence
| -rw-r--r-- | snowfall/systems/x86_64-linux/c-pc/hardware.nix | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/snowfall/systems/x86_64-linux/c-pc/hardware.nix b/snowfall/systems/x86_64-linux/c-pc/hardware.nix index 68cf8bd..d60d964 100644 --- a/snowfall/systems/x86_64-linux/c-pc/hardware.nix +++ b/snowfall/systems/x86_64-linux/c-pc/hardware.nix @@ -24,9 +24,10 @@ availableKernelModules = [ "xhci_pci" "ahci" "usb_storage" "usbhid" "sd_mod" ]; kernelModules = [ "amdgpu" ]; - postDeviceCommands = lib.mkAfter '' - zfs rollback -r zpool/root@blank && zfs rollback -r zpool/home@blank - ''; + #TODO: re-enable impermanence + # postDeviceCommands = lib.mkAfter '' + # zfs rollback -r zpool/root@blank && zfs rollback -r zpool/home@blank + # ''; postMountCommands = lib.mkAfter '' chmod u=rw,g=,o= /secrets |