michishirube
This commit is contained in:
parent
1bcb51b487
commit
0663018580
1 changed files with 2 additions and 3 deletions
|
|
@ -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";
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue