mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 15:29:07 +01:00
srv-core: Enable glance
This commit is contained in:
parent
7fb596cdeb
commit
1ad5ce0ca0
1 changed files with 5 additions and 0 deletions
|
|
@ -72,6 +72,11 @@
|
||||||
domain = "status.${config.custom.networking.overlay.domain}";
|
domain = "status.${config.custom.networking.overlay.domain}";
|
||||||
generateDefaultEndpoints = true;
|
generateDefaultEndpoints = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
glance = {
|
||||||
|
enable = true;
|
||||||
|
domain = "home.${config.custom.networking.overlay.domain}";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue