fix typo in uuid

This commit is contained in:
Vinzenz Schroeter 2025-01-26 19:48:22 +01:00
parent 9bc1566e8c
commit b143437c89

View file

@ -42,7 +42,7 @@
}; };
swapDevices = [ swapDevices = [
{ device = "/dev/disk/by-uuid/bbd18a70-b0bb-4e1a-b45b-3c1f8eccc0c10"; } { device = "/dev/disk/by-uuid/bbd18a70-b0bb-4e1a-b45b-3c1f8ecc0c10"; }
]; ];
networking.useNetworkd = true; networking.useNetworkd = true;