This commit is contained in:
Audrey 2025-03-27 23:55:06 -07:00
parent 01f1e0f969
commit 87185f1f1f
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
fsType = "msdos";
};
swapDevices = [ "/dev/gpt/swap" ];
swapDevices = [ { device = "/dev/gpt/swap"; } ];
nixpkgs.hostPlatform = lib.mkDefault "x86_64-freebsd";
}