mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 22:29:06 +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 = {
|
||||
enable = true;
|
||||
settings = {
|
||||
inherit (cfg) port;
|
||||
server.port = cfg.port;
|
||||
|
||||
pages = lib.singleton {
|
||||
name = "Services";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue