michishirube

This commit is contained in:
TheWanderingCrow 2025-07-28 16:41:52 -04:00
parent 1bcb51b487
commit 0663018580

View file

@ -15,9 +15,8 @@
(lib.custom.relativeToRoot "hosts/common/disks/btrfs-disk.nix") (lib.custom.relativeToRoot "hosts/common/disks/btrfs-disk.nix")
{ {
_module.args = { _module.args = {
disk = "/dev/sda"; disk = "/dev/vda";
withSwap = true; withSwap = false;
swapSize = "8";
}; };
} }