diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index ff38b3f..16e1d9d 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -12,17 +12,17 @@ ./main-user.nix ]; - fileSystems."/mnt" = - { device = "/dev/mapper/volgrp-root"; - fsType = "btrfs"; - options = [ "subvol=5" ]; - }; + #fileSystems."/mnt" = + # { device = "/dev/disk/by-uuid/72db20ba-4dbd-4fb7-891c-b457e2cf9648"; + # fsType = "btrfs"; + # options = [ "subvol=5" ]; + # }; - fileSystems."/mnt/home" = - { device = "/dev/mapper/volgrp-home"; - fsType = "btrfs"; - options = [ "subvol=5" ]; - }; + #fileSystems."/mnt/home" = + # { device = "/dev/disk/by-uuid/4eda05c2-d434-495d-97a0-8a81e8a533ec"; + # fsType = "btrfs"; + # options = [ "subvol=5" ]; + # }; boot.initrd.luks.devices."nvme0n1p2_crypt".device = "/dev/disk/by-uuid/93922f23-d0ba-4405-adbb-9789d37e5985"; boot.initrd.luks.devices."nvme2n1p2_oldcrypt".device = "/dev/disk/by-uuid/44235dca-99e8-4ea8-9516-97d9f5a2d702";