mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31:34 +01:00
Rename the namespace of the system-modules
This commit is contained in:
parent
61f32cb7ea
commit
06623cd93a
34 changed files with 162 additions and 153 deletions
|
|
@ -4,12 +4,12 @@
|
|||
...
|
||||
}:
|
||||
let
|
||||
cfg = config.myConfig.forgejo;
|
||||
cfg = config.custom.services.forgejo;
|
||||
|
||||
user = config.users.users.forgejo.name;
|
||||
in
|
||||
{
|
||||
options.myConfig.forgejo = {
|
||||
options.custom.services.forgejo = {
|
||||
enable = lib.mkEnableOption "";
|
||||
subdomain = lib.mkOption {
|
||||
type = lib.types.nonEmptyStr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue