diff options
| author | caley <195605706+cqley@users.noreply.github.com> | 2026-07-30 15:03:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-30 15:03:59 +0200 |
| commit | a2897908b4806f654bc20f3ea80c2ae829bc13e6 (patch) | |
| tree | a70345c7e4cbdbb9c692b8dba16c2b3b5db54330 /nixos/hosts/bin | |
| parent | f9e2e662da0eeeca37304e28b883f73e14f4ba32 (diff) | |
Update hardware-configuration.nix
Diffstat (limited to 'nixos/hosts/bin')
| -rw-r--r-- | nixos/hosts/bin/hardware-configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/hosts/bin/hardware-configuration.nix b/nixos/hosts/bin/hardware-configuration.nix index 782ecf5..ab5853e 100644 --- a/nixos/hosts/bin/hardware-configuration.nix +++ b/nixos/hosts/bin/hardware-configuration.nix @@ -11,7 +11,7 @@ boot.extraModulePackages = [ ]; fileSystems."/" = { - device = "/dev/disk/by-uuid/ac49fd20-c9ba-4dc6-8f3b-66399b6cc714"; + device = "/dev/disk/by-uuid/a2a9b0b3-438f-4846-88ef-ec95a331b9d5"; fsType = "ext4"; options = [ "noatime" ]; }; |
