mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 23:29:08 +01:00
glance: Fix port
This commit is contained in:
parent
cb0d7c716c
commit
db4bd23286
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ in
|
||||||
services.glance = {
|
services.glance = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
inherit (cfg) port;
|
server.port = cfg.port;
|
||||||
|
|
||||||
pages = lib.singleton {
|
pages = lib.singleton {
|
||||||
name = "Services";
|
name = "Services";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue