This commit is contained in:
TheWanderingCrow 2025-05-27 13:36:33 -04:00
parent 79e25fcdc8
commit 579365f2a8
4 changed files with 48 additions and 0 deletions

View file

@ -0,0 +1,16 @@
{
lib,
pkgs,
disk ? "/dev/vda",
withSwap ? false,
swapSize,
config,
...
}: {
disko.devices = {
disk = {
disk0 = {
};
};
};
}