cleanup
This commit is contained in:
parent
e83d3dc743
commit
88b2c35cb0
1 changed files with 0 additions and 15 deletions
|
@ -105,15 +105,6 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
# Caddy
|
|
||||||
# caddy = {
|
|
||||||
# enable = true;
|
|
||||||
# package = pkgs.unstable.caddy;
|
|
||||||
# extraConfig = builtins.readFile ./config/Caddyfile;
|
|
||||||
# logFormat = lib.mkForce "level INFO";
|
|
||||||
# environmentFile = config.sops.secrets."caddy/env".path;
|
|
||||||
# };
|
|
||||||
|
|
||||||
# Minio
|
# Minio
|
||||||
minio = {
|
minio = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -180,12 +171,6 @@ in {
|
||||||
mode = "400";
|
mode = "400";
|
||||||
restartUnits = ["syncthing.service"];
|
restartUnits = ["syncthing.service"];
|
||||||
};
|
};
|
||||||
# "caddy/env" = {
|
|
||||||
# sopsFile = ./secrets.sops.yaml;
|
|
||||||
# owner = "caddy";
|
|
||||||
# mode = "400";
|
|
||||||
# restartUnits = [ "caddy.service" ];
|
|
||||||
# };
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# System settings and services.
|
# System settings and services.
|
||||||
|
|
Loading…
Reference in a new issue