update hardware config

This commit is contained in:
Dmitriy Holkin 2020-03-21 01:43:01 +04:00
parent ffc6a27301
commit edd2b505b2

View File

@ -14,27 +14,27 @@
boot.extraModulePackages = [ ]; boot.extraModulePackages = [ ];
fileSystems."/" = fileSystems."/" =
{ device = "/dev/disk/by-uuid/04f26dc1-0e58-495b-827e-0daba3a54808"; { device = "/dev/disk/by-uuid/8b1fe87c-42d3-40b1-bceb-fc9e2dc83fb6";
fsType = "btrfs"; fsType = "btrfs";
options = [ "subvol=@nixos" ]; options = [ "subvol=@nixos" ];
}; };
boot.initrd.luks.devices."cryptnixos".device = "/dev/disk/by-uuid/11a75979-beaa-4113-b2e0-bb342a3e8863"; boot.initrd.luks.devices."cryptnixos".device = "/dev/disk/by-uuid/51c780b4-cbdd-4ccb-9cc9-a8b2f17e9e64";
fileSystems."/.snapshots" = fileSystems."/.snapshots" =
{ device = "/dev/disk/by-uuid/04f26dc1-0e58-495b-827e-0daba3a54808"; { device = "/dev/disk/by-uuid/8b1fe87c-42d3-40b1-bceb-fc9e2dc83fb6";
fsType = "btrfs"; fsType = "btrfs";
options = [ "subvol=@snapshots" ]; options = [ "subvol=@snapshots" ];
}; };
fileSystems."/home" = fileSystems."/home" =
{ device = "/dev/disk/by-uuid/04f26dc1-0e58-495b-827e-0daba3a54808"; { device = "/dev/disk/by-uuid/8b1fe87c-42d3-40b1-bceb-fc9e2dc83fb6";
fsType = "btrfs"; fsType = "btrfs";
options = [ "subvol=@home" ]; options = [ "subvol=@home" ];
}; };
fileSystems."/nix/store" = fileSystems."/nix/store" =
{ device = "/dev/disk/by-uuid/04f26dc1-0e58-495b-827e-0daba3a54808"; { device = "/dev/disk/by-uuid/8b1fe87c-42d3-40b1-bceb-fc9e2dc83fb6";
fsType = "btrfs"; fsType = "btrfs";
options = [ "subvol=@nix-store" ]; options = [ "subvol=@nix-store" ];
}; };