From e0dac42ab754db5e9d09ea9d32c27d72dabc9f52 Mon Sep 17 00:00:00 2001 From: aethrvmn Date: Mon, 24 Nov 2025 23:25:02 +0100 Subject: update disk id --- hosts/pad/hardware-configuration.nix | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'hosts/pad/hardware-configuration.nix') 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 -- cgit v1.2.3