fix: adapt local installer script

This commit is contained in:
Leon Schwarzäugl 2025-07-05 03:49:26 +02:00
parent b490763245
commit 4b439fd3e7
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
4 changed files with 27 additions and 78 deletions

View file

@ -35,7 +35,7 @@ in
swapSize = "2G";
# rootDisk = "/dev/nvme0n1";
rootDisk = "/dev/vda";
profiles.btrfs = lib.mkIf minimal true;
profiles.btrfs = true;
# rootDisk = "/dev/vda";
}
sharedOptions;