Update swap device UUID in hardware configuration, was wrong in Rune
This commit is contained in:
parent
cf46a32ecf
commit
0698b52f7e
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
swapDevices = [ { device = "/dev/disk/by-uuid/81b6fa27-af94-41d4-9070-8754087a4c26"; } ];
|
swapDevices = [ { device = "/dev/disk/by-uuid/6586847d-eba9-4317-9077-98ae9b2812c9"; } ];
|
||||||
|
|
||||||
# Time and networking configurations
|
# Time and networking configurations
|
||||||
time.hardwareClockInLocalTime = true; # Fixes windows dual-boot time issues
|
time.hardwareClockInLocalTime = true; # Fixes windows dual-boot time issues
|
||||||
|
|
Loading…
Add table
Reference in a new issue