diff --git a/nixos/hardware/machines/deck.nix b/nixos/hardware/machines/deck.nix index 3e3f66c..b169b31 100644 --- a/nixos/hardware/machines/deck.nix +++ b/nixos/hardware/machines/deck.nix @@ -35,11 +35,11 @@ # Mount everything as necessary fileSystems = { "/" = { - device = "/dev/disk/by-uuid/b29e4367-8b18-415b-ada9-4d7984db075b"; + device = "/dev/disk/by-uuid/182b2841-88a8-4845-9a29-0c1cdc01102d"; fsType = "btrfs"; }; "/boot" = { - device = "/dev/disk/by-uuid/9DE4-C162"; + device = "/dev/disk/by-uuid/10A5-1022"; fsType = "vfat"; options = [ "fmask=0022" "dmask=0022" ]; }; @@ -47,7 +47,7 @@ # Set the swap partition swapDevices = [ - { device = "/dev/disk/by-uuid/19d962f3-49f5-4fb6-9f11-07525c6cfff0"; } + { device = "/dev/disk/by-uuid/552f8899-a255-4e2b-a22c-e361ceaa527a"; } ]; # Enables DHCP on each ethernet and wireless interface.