From 4f66b47ae51c8f33f03ffe8d41e4db426c185c75 Mon Sep 17 00:00:00 2001 From: Chris Thompson Date: Wed, 20 Nov 2024 11:36:47 -0500 Subject: [PATCH] Add additional mount mappings (not active yet) --- hosts/default/configuration.nix | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 7e6ed97..42c4c74 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -18,17 +18,24 @@ ./main-user.nix ]; - #fileSystems."/mnt" = + #fileSystems."/mnt/arch" = # { device = "/dev/disk/by-uuid/72db20ba-4dbd-4fb7-891c-b457e2cf9648"; # fsType = "btrfs"; # options = [ "subvol=5" ]; # }; - - #fileSystems."/mnt/home" = + #fileSystems."/mnt/arch/home" = # { device = "/dev/disk/by-uuid/4eda05c2-d434-495d-97a0-8a81e8a533ec"; # fsType = "btrfs"; # options = [ "subvol=5" ]; # }; + #fileSystems."/mnt/bulk" = + # { device = "/dev/disk/by-uuid/xxxx"; + # fsType = "ext4"; + # }; + #fileSystems."/mnt/slow" = + # { device = "/dev/disk/by-uuid/xxxx"; + # fsType = "etx4"; + # }; boot.initrd.luks.devices."nvme2n1p2_oldcrypt".device = "/dev/disk/by-uuid/44235dca-99e8-4ea8-9516-97d9f5a2d702"; boot.kernelModules = [ "kvm-amd" "nct6775" ];