mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 17:17:22 +01:00
feat: improve install ISO
This commit is contained in:
parent
43e13334c0
commit
5637ab54fc
5 changed files with 84 additions and 10 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue