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")
{
_module.args = {
disk = "/dev/sda";
withSwap = true;
swapSize = "8";
disk = "/dev/vda";
withSwap = false;
};
}