mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
Refactor web services to use a unified web-services namespace
This commit is contained in:
parent
308ee43ec4
commit
02846ab16f
22 changed files with 103 additions and 99 deletions
|
|
@ -5,12 +5,12 @@
|
|||
...
|
||||
}:
|
||||
let
|
||||
cfg = config.custom.services.memos;
|
||||
cfg = config.custom.web-services.memos;
|
||||
|
||||
dataDir = config.services.memos.settings.MEMOS_DATA;
|
||||
in
|
||||
{
|
||||
options.custom.services.memos = {
|
||||
options.custom.web-services.memos = {
|
||||
enable = lib.mkEnableOption "";
|
||||
domain = lib.mkOption {
|
||||
type = lib.types.nonEmptyStr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue