From a4a214224d28b15f1b8ff7d44aa62a91b54922bd Mon Sep 17 00:00:00 2001 From: Chris Toph Date: Thu, 29 May 2025 00:14:54 -0400 Subject: [PATCH] Fixed gojo temporary hardware.nix --- hosts/nixos/gojo/hardware.nix | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/hosts/nixos/gojo/hardware.nix b/hosts/nixos/gojo/hardware.nix index ada9434..2053e11 100644 --- a/hosts/nixos/gojo/hardware.nix +++ b/hosts/nixos/gojo/hardware.nix @@ -46,13 +46,14 @@ in extraModulePackages = [ ]; }; - fileSystems = { - "/" = { - device = "/dev/disk/by-uuid/7ec7d686-6f4c-482f-8b9d-4337a06afc48"; - fsType = "ext4"; - }; + fileSystems."/" = { + device = "/dev/disk/by-uuid/5f1ad3a9-18ce-42ab-83ea-b67bccaa6972"; + fsType = "ext4"; }; - swapDevices = [ ]; + + swapDevices = [ + { device = "/dev/disk/by-uuid/e3fc8d25-31a5-48c1-8c81-c6c237f671bb"; } + ]; # 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