8 lines
174 B
Nix
8 lines
174 B
Nix
# TODO: after first boot, regenerate with:
|
|
# sudo nixos-generate-config --no-filesystems
|
|
# (disko owns fileSystems; do not add them here)
|
|
{ ... }:
|
|
{
|
|
swapDevices = [ ];
|
|
}
|