From a7b156c6738076949e029d74d66ad4f51f436bd3 Mon Sep 17 00:00:00 2001 From: Ethan Lane Date: Mon, 16 Dec 2024 17:35:53 +0000 Subject: [PATCH] Update vylpes-framework hardware configuration --- system/vylpes-framework/hardware-configuration.nix | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/system/vylpes-framework/hardware-configuration.nix b/system/vylpes-framework/hardware-configuration.nix index 96b3d17..7441555 100644 --- a/system/vylpes-framework/hardware-configuration.nix +++ b/system/vylpes-framework/hardware-configuration.nix @@ -14,19 +14,17 @@ boot.extraModulePackages = [ ]; fileSystems."/" = - { device = "/dev/disk/by-uuid/d3ac6957-c669-410a-836c-dbe67e684b55"; + { device = "/dev/disk/by-uuid/d1af6f1f-dc2d-4e09-9f1e-06bf052ede22"; fsType = "ext4"; }; fileSystems."/boot" = - { device = "/dev/disk/by-uuid/877D-2522"; + { device = "/dev/disk/by-uuid/3470-FE54"; fsType = "vfat"; options = [ "fmask=0077" "dmask=0077" ]; }; - swapDevices = - [ { device = "/dev/disk/by-uuid/552e97ec-9516-4c0e-bab8-411a7bbdbb69"; } - ]; + 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