refactor(sys): systemModules -> ooknet
This commit is contained in:
parent
63c39a89ed
commit
104df464f9
52 changed files with 69 additions and 69 deletions
|
|
@ -1,14 +1,14 @@
|
|||
{ lib, config, pkgs, inputs, outputs, self, ... }:
|
||||
|
||||
let
|
||||
cfg = config.systemModules.host.admin;
|
||||
host = config.systemModules.host;
|
||||
cfg = config.ooknet.host.admin;
|
||||
host = config.ooknet.host;
|
||||
ifTheyExist = groups: builtins.filter (group: builtins.hasAttr group config.users.groups) groups;
|
||||
inherit (lib) mkIf types mkOption;
|
||||
in
|
||||
|
||||
{
|
||||
options.systemModules.host.admin = {
|
||||
options.ooknet.host.admin = {
|
||||
name = mkOption {
|
||||
type = types.str;
|
||||
default = "ooks";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue