mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
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")
|
||||
{
|
||||
_module.args = {
|
||||
disk = "/dev/sda";
|
||||
withSwap = true;
|
||||
swapSize = "8";
|
||||
disk = "/dev/vda";
|
||||
withSwap = false;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue