summaryrefslogtreecommitdiff
path: root/machines/khad/hardware-configuration.nix
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2024-01-26 17:42:10 +0000
committerDevin Finlinson <devin.finlinson@pm.me>2024-01-26 17:42:10 +0000
commit053d4ebb58ea9a9d0e3ee98c14f1f5c375f57556 (patch)
treee1ee576269532ca638d9d7d90c0b216d63cf9edc /machines/khad/hardware-configuration.nix
parente4801c21871f82a8a427b6657d87ecb9a9202c13 (diff)
parentfb96c957c3b0d1226d965195ab637f1be6250618 (diff)
merging zenbook branch to bosco
Diffstat (limited to 'machines/khad/hardware-configuration.nix')
-rw-r--r--machines/khad/hardware-configuration.nix12
1 files changed, 4 insertions, 8 deletions
diff --git a/machines/khad/hardware-configuration.nix b/machines/khad/hardware-configuration.nix
index 9807d16..6e9d239 100644
--- a/machines/khad/hardware-configuration.nix
+++ b/machines/khad/hardware-configuration.nix
@@ -14,27 +14,23 @@
boot.extraModulePackages = [ ];
fileSystems."/" =
- { device = "/dev/disk/by-uuid/360dd54b-c347-4ca9-adfd-3891414eeef6";
+ { device = "/dev/disk/by-uuid/17bf776d-ed6d-4a80-831c-ddd65dec14fb";
fsType = "btrfs";
options = [ "subvol=@" ];
};
- boot.initrd.luks.devices."luks-f6d45986-2c3d-4c6a-bc73-6753d182fef9".device = "/dev/disk/by-uuid/f6d45986-2c3d-4c6a-bc73-6753d182fef9";
-
fileSystems."/boot" =
- { device = "/dev/disk/by-uuid/CE2A-4E2F";
+ { device = "/dev/disk/by-uuid/83FA-1F6E";
fsType = "vfat";
};
fileSystems."/home" =
- { device = "/dev/disk/by-uuid/ce569948-e98c-47e0-9a1b-1e33fc1f0664";
+ { device = "/dev/disk/by-uuid/c6f221f0-f4c0-413e-821b-7363aa5c5f4c";
fsType = "btrfs";
};
- boot.initrd.luks.devices."luks-02516df1-d33b-4c83-90f8-4be7b918132e".device = "/dev/disk/by-uuid/02516df1-d33b-4c83-90f8-4be7b918132e";
-
swapDevices =
- [ { device = "/dev/disk/by-uuid/8f615eac-c1a1-48c6-8d34-8059732527c0"; }
+ [ { device = "/dev/disk/by-uuid/9b961057-79f7-4024-b1ec-16f9e8af7405"; }
];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking