system.luks: init for setting performance defaults

This commit is contained in:
Elec3137 2026-02-16 19:11:25 -08:00
commit a210bf53ec
2 changed files with 44 additions and 0 deletions

View file

@ -13,6 +13,7 @@ in
imports = [
./lix.nix
./nix.nix
./luks.nix
];
options.nixowos.${name} = {
@ -30,6 +31,7 @@ in
nixowos.${name} = {
lix.enable = true;
nix.enable = true;
luks.enable = true;
};
environment.systemPackages = cfg.extraPackages;