mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
[SECRETS] Now functional!
This commit is contained in:
parent
aa266cc383
commit
a1f1dee6a1
11 changed files with 274 additions and 19 deletions
8
tree.nix
8
tree.nix
|
|
@ -37,7 +37,13 @@
|
|||
"kat/user/data".evaluate = true;
|
||||
# Allow profile importing
|
||||
"nixos/*".functor.enable = true;
|
||||
"nixos/roles/*".functor.enable = true;
|
||||
"nixos/roles/*".functor = {
|
||||
enable = true;
|
||||
excludes = [
|
||||
"scalpel"
|
||||
];
|
||||
};
|
||||
"systems/*".aliasDefault = true;
|
||||
"nixos/hardware".evaluateDefault = true;
|
||||
"nixos/hardware/*".functor.enable = true;
|
||||
"darwin/*".functor.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue