diff options
| author | Max Audron <audron@cocaine.farm> | 2024-11-09 13:39:01 +0100 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2024-11-09 13:39:01 +0100 |
| commit | b7afb295bdf44a9116ee16aae1ee3c425bccc310 (patch) | |
| tree | a107e6f893d7489bc6a987489015032656967098 /modules/pastor/default.nix | |
| parent | update nixpkgs-master (diff) | |
disable pastor
Diffstat (limited to '')
| -rw-r--r-- | modules/pastor/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/pastor/default.nix b/modules/pastor/default.nix index ddb2628..d9162d2 100644 --- a/modules/pastor/default.nix +++ b/modules/pastor/default.nix @@ -5,6 +5,7 @@ services.pastor = {}; + systemd.services.pastor.enable = false; security.acme.certs = { "c-v.sh" = { |
