feat: optional impermanence and encryption

This commit is contained in:
Swarsel 2024-12-23 17:07:47 +01:00
parent c6f64d8764
commit c3e606a759
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
5 changed files with 149 additions and 47 deletions

View file

@ -10,6 +10,8 @@ in
{
_module.args = {
withSwap = false;
withImpermanence = true;
withEncryption = false;
};
}
./hardware-configuration.nix
@ -72,7 +74,7 @@ in
swarselsystems = {
wallpaper = self + /wallpaper/lenovowp.png;
impermanence = false;
impermanence = true;
isBtrfs = false;
initialSetup = true;
};