mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 20:09:07 +01:00
glance: Improve services
This commit is contained in:
parent
5cfb73e183
commit
5cf56036d7
21 changed files with 161 additions and 20 deletions
|
|
@ -85,6 +85,11 @@ in
|
|||
dataDir
|
||||
config.services.postgresql.dataDir
|
||||
];
|
||||
|
||||
meta.services.${cfg.domain} = {
|
||||
name = "Outline";
|
||||
icon = "sh:outline";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue