feat: introduction of system_profiles
This commit is contained in:
parent
116aaaacff
commit
855b932cbd
15 changed files with 117 additions and 67 deletions
7
system_profiles/importers/general.nix
Normal file
7
system_profiles/importers/general.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
# This loads some "general" defaults
|
||||
{rootPath, ...}: {
|
||||
imports = [
|
||||
(rootPath + /modules/locale.nix)
|
||||
(rootPath + /modules/sec_auth/sudo-rs.nix)
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue