diff options
author | Soispha <soispha@vhack.eu> | 2023-06-25 20:36:37 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-06-25 20:52:33 +0200 |
commit | 1f6ff65c9a51651a3bf428bf0d304976bc1c3d79 (patch) | |
tree | 996b36f163fbadac2ef6c8131c416a37fdc1870a /system/services/default.nix | |
parent | Fix(system/services/git-sync): Use correct systemd options (diff) | |
download | nixos-server-1f6ff65c9a51651a3bf428bf0d304976bc1c3d79.tar.gz nixos-server-1f6ff65c9a51651a3bf428bf0d304976bc1c3d79.zip |
Fix(system/services/acme): Leave certs generation to nixos
Diffstat (limited to 'system/services/default.nix')
-rw-r--r-- | system/services/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/system/services/default.nix b/system/services/default.nix index d1f2c85..2e2b751 100644 --- a/system/services/default.nix +++ b/system/services/default.nix @@ -1,6 +1,5 @@ {...}: { imports = [ - ./acme ./keycloak ./minecraft ./nginx |