Nope, was dumb, maybe. - Changed the local variable calls.
This commit is contained in:
parent
25b834e413
commit
e599efe0c8
3 changed files with 32 additions and 48 deletions
|
|
@ -8,13 +8,6 @@
|
|||
cfg = config.services.forgejo;
|
||||
srv = cfg.settings.server;
|
||||
in {
|
||||
options.local = {
|
||||
hostname = lib.mkOption {type = lib.types.str;};
|
||||
username = lib.mkOption {type = lib.types.str;};
|
||||
userDescription = lib.mkOption {type = lib.types.str;};
|
||||
address = lib.mkOption {type = lib.types.str;};
|
||||
};
|
||||
|
||||
config = {
|
||||
local.hostname = "forgejoprg";
|
||||
local.username = "forgejoprg";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue