WIP: Switch to NixOS #5

Draft
FunctionalHacker wants to merge 1349 commits from nix into main
Showing only changes of commit bfe4055932 - Show all commits

View file

@ -1,6 +1,6 @@
[services.redis] [services.redis]
image = "redis:alpine" image = "redis:alpine"
container_name = "redis-authentik" container_name = "authentik-redis"
networks = ["authentik"] networks = ["authentik"]
restart = "unless-stopped" restart = "unless-stopped"
volumes = ["/docker/authentik/redis:/data"] volumes = ["/docker/authentik/redis:/data"]