feat: improve install ISO

This commit is contained in:
Swarsel 2024-12-24 14:00:37 +01:00
parent 43e13334c0
commit 5637ab54fc
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
5 changed files with 84 additions and 10 deletions

View file

@ -13,7 +13,7 @@ in
swapSize = "8";
rootDisk = "/dev/vda";
withImpermanence = true;
withEncryption = false;
withEncryption = true;
};
}
./hardware-configuration.nix
@ -80,7 +80,7 @@ in
wallpaper = self + /wallpaper/lenovowp.png;
impermanence = true;
isBtrfs = true;
isCrypted = false;
isCrypted = true;
initialSetup = true;
};