system.luks: init for setting performance defaults
This commit is contained in:
parent
ed39d14e92
commit
a210bf53ec
2 changed files with 44 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue