trying regular docker-compose
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ config, lib, inputs, ... }: {
|
||||
{ pkgs, config, lib, inputs, ... }: {
|
||||
|
||||
options.sysconfig.opts.virtualization.authentik.enable = lib.options.mkOption {
|
||||
type = lib.types.bool;
|
||||
@@ -19,15 +19,17 @@
|
||||
AUTHENTIK_SECRET_KEY=${config.sops.placeholder."authentik/secret_key"}
|
||||
'';
|
||||
|
||||
path = "/ssd1/Authentik/data/authentik.env";
|
||||
path = "/home/nathan/Projects/System/system-config/services/containers/authentik/.env";
|
||||
};
|
||||
|
||||
virtualisation.arion.projects.authentik = {
|
||||
serviceName = "authentik";
|
||||
/*systemd.services.launchAuthentik = {
|
||||
|
||||
settings = {
|
||||
imports = [ ./arion-compose.nix ];
|
||||
};
|
||||
};
|
||||
enable = true;
|
||||
|
||||
script = ''
|
||||
cd /home/nathan/Projects/System/system-config/services/containers/authentik
|
||||
${pkgs.docker-compose}/bin/docker-compose up -d
|
||||
'';
|
||||
};*/
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user