1
Fork 0

Fix changed partition names

This commit is contained in:
prescientmoon 2024-08-27 16:36:17 +02:00
commit c217465409
Signed by: prescientmoon
SSH key fingerprint: SHA256:WFp/cO76nbarETAoQcQXuV+0h7XJsEsOCI0UsyPIy6U
2 changed files with 7 additions and 8 deletions
hosts/nixos/calypso/filesystems

View file

@ -32,7 +32,6 @@
after = [ "systemd-cryptsetup@enc.service" ];
before = [ "sysroot.mount" ];
script = ''
ls /
btrfs subvolume delete /
btrfs subvolume create /
'';