mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-10-04 07:25:40 +00:00
4 lines
115 B
Nix
4 lines
115 B
Nix
{
|
|
fileSystems."/" = { device = "/dev/vda1"; fsType = "ext4"; };
|
|
swapDevices = [ { device = "/dev/vda2"; } ];
|
|
}
|