commit e971281bb5740904e55c5e3016b490aa8026338b parent d3cd82a418d3917939b69a40b399ddaa2b994b0a Author: Vincent Demeester <vincent@sbr.pm> Date: Wed, 22 Jun 2022 18:44:03 +0200 systems/aomi: update "hardware" configuration… … for some reason I may not have commited that.. and thus my latest build.. failed so hard… Signed-off-by: Vincent Demeester <vincent@sbr.pm> Diffstat:
M | systems/hosts/aomi.nix | | | 7 | ++++--- |
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/systems/hosts/aomi.nix b/systems/hosts/aomi.nix @@ -27,6 +27,7 @@ in ]; fileSystems."/" = { + # device = "/dev/disk/by-uuid/6bedd234-3179-46f7-9a3f-feeffd880791"; device = "/dev/vg/root"; fsType = "ext4"; options = [ "noatime" "discard" ]; @@ -34,18 +35,18 @@ in boot.initrd.luks.devices = { root = { - device = "/dev/disk/by-uuid/9d53a7f3-b75d-4121-b6c3-4b4c4a33ee52"; + device = "/dev/disk/by-uuid/91b05f64-b97d-4405-8405-8785699ada8f"; preLVM = true; allowDiscards = true; }; }; fileSystems."/boot" = { - device = "/dev/disk/by-uuid/53E3-FA1E"; + device = "/dev/disk/by-uuid/32B9-94CC"; fsType = "vfat"; }; - swapDevices = [{ device = "/dev/disk/by-uuid/9525a5eb-1e57-47bf-9c62-1caf466cf3be"; }]; + swapDevices = [{ device = "/dev/disk/by-uuid/24da6a46-cd28-4bff-9220-6f449e3bd8b5"; }]; networking = { hostName = hostname;