diff --git a/hosts/nixos/calypso/filesystems/partitions.nix b/hosts/nixos/calypso/filesystems/partitions.nix index 150ed91..2430910 100644 --- a/hosts/nixos/calypso/filesystems/partitions.nix +++ b/hosts/nixos/calypso/filesystems/partitions.nix @@ -33,10 +33,11 @@ type = "btrfs"; extraArgs = [ "-f" ]; + # TODO: how do we do this properly??? postCreateHook = '' # We then take an empty *readonly* snapshot of the root subvolume, # which we'll eventually rollback to on every boot. - btrfs subvolume snapshot -r /root /blank + # btrfs subvolume snapshot -r /root /blank ''; subvolumes = {