feat(router0-dmz0, sj-srv1/containers/webserver): set up kanidm
This commit is contained in:
parent
7f97ee3d47
commit
4c71887ea6
7 changed files with 181 additions and 13 deletions
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
self,
|
||||
self',
|
||||
inputs',
|
||||
pkgs,
|
||||
|
@ -82,9 +83,13 @@ in {
|
|||
wireguard-tools
|
||||
|
||||
screen
|
||||
|
||||
inputs'.nixpkgs-kanidm.legacyPackages.kanidm
|
||||
];
|
||||
|
||||
# Set Environment Variables
|
||||
RUST_BACKTRACE = 1;
|
||||
|
||||
KANIDM_URL = self.nixosConfigurations.sj-srv1.config.containers.webserver.config.services.kanidm.serverSettings.origin;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue