feat(ada): nixos-cli init
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
parent
55d9ae1b3e
commit
cf057ee327
2 changed files with 19 additions and 0 deletions
18
ada/programs/nixos-cli.nix
Normal file
18
ada/programs/nixos-cli.nix
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
_: {
|
||||
programs = {
|
||||
nixos-cli = {
|
||||
enable = true;
|
||||
activation-interface = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
option-cache = {
|
||||
enable = true;
|
||||
exclude = [
|
||||
"age"
|
||||
"sops"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue