aboutsummaryrefslogtreecommitdiff
path: root/hosts/pad
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/pad/boot.nix2
-rw-r--r--hosts/pad/hardware-configuration.nix10
2 files changed, 5 insertions, 7 deletions
diff --git a/hosts/pad/boot.nix b/hosts/pad/boot.nix
index 5a96f3b..2adca6c 100644
--- a/hosts/pad/boot.nix
+++ b/hosts/pad/boot.nix
@@ -10,6 +10,6 @@
efi.canTouchEfiVariables = true;
};
- initrd.luks.devices."luks-11563c8c-1bf7-471f-a173-918f47aa31ed".device = "/dev/disk/by-uuid/11563c8c-1bf7-471f-a173-918f47aa31ed";
+ initrd.luks.devices."luks-51fac1af-a272-4fd7-a65e-e8053f143a0c".device = "/dev/disk/by-uuid/51fac1af-a272-4fd7-a65e-e8053f143a0c";
};
}
diff --git a/hosts/pad/hardware-configuration.nix b/hosts/pad/hardware-configuration.nix
index 4345851..657d35c 100644
--- a/hosts/pad/hardware-configuration.nix
+++ b/hosts/pad/hardware-configuration.nix
@@ -14,21 +14,19 @@
boot.extraModulePackages = [ ];
fileSystems."/" =
- { device = "/dev/disk/by-uuid/fe8e7c2d-ae75-4617-b26c-650377ce813e";
+ { device = "/dev/disk/by-uuid/baee52d3-3785-4a09-becd-4eeb6790167d";
fsType = "ext4";
};
- boot.initrd.luks.devices."luks-3462560d-86f8-4ddd-9f37-4d3f92846e1e".device = "/dev/disk/by-uuid/3462560d-86f8-4ddd-9f37-4d3f92846e1e";
+ boot.initrd.luks.devices."luks-51fac1af-a272-4fd7-a65e-e8053f143a0c".device = "/dev/disk/by-uuid/51fac1af-a272-4fd7-a65e-e8053f143a0c";
fileSystems."/boot" =
- { device = "/dev/disk/by-uuid/B370-4AFC";
+ { device = "/dev/disk/by-uuid/97CE-809A";
fsType = "vfat";
options = [ "fmask=0077" "dmask=0077" ];
};
- swapDevices =
- [ { device = "/dev/disk/by-uuid/1d8ca4a9-b5aa-46d1-96f9-6be57c8a6fc6"; }
- ];
+ swapDevices = [ ];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
# (the default) this is the recommended approach. When using systemd-networkd it's
Directive (EU) 2019/790, Article 4(3); all rights regarding Text and Data Mining (TDM) are reserved.