diff --git a/nixos/hosts/nixos-vm-02/disks.nix b/nixos/hosts/nixos-vm-02/disks.nix index b1c9c102..b8d2fe73 100644 --- a/nixos/hosts/nixos-vm-02/disks.nix +++ b/nixos/hosts/nixos-vm-02/disks.nix @@ -29,13 +29,11 @@ end = "100%"; content = { type = "luks"; - name = "LUKS-ROOT"; + name = "ROOT"; extraOpenArgs = [ "--allow-discards" ]; - settings.keyFile = "/tmp/secret.key"; content = { - type = "filesystem"; - format = "btrfs"; - # extraArgs = [ "-f" ]; + type = "btrfs"; + extraArgs = [ "-f" ]; subvolumes = { "/root" = { mountpoint = "/";