diff options
| author | aethrvmn <me@aethrvmn.gr> | 2025-11-24 22:25:02 +0000 |
|---|---|---|
| committer | aethrvmn <me@aethrvmn.gr> | 2025-11-24 22:25:02 +0000 |
| commit | e0dac42ab754db5e9d09ea9d32c27d72dabc9f52 (patch) | |
| tree | 973a158dfcd406acce705d9f8ba13b8bd3f3a6fc /hosts/pad | |
| parent | fixed deps warning (diff) | |
update disk id
Diffstat (limited to '')
| -rw-r--r-- | hosts/pad/boot.nix | 2 | ||||
| -rw-r--r-- | hosts/pad/hardware-configuration.nix | 10 |
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 |
