summaryrefslogtreecommitdiff
path: root/hosts/ahmed
diff options
context:
space:
mode:
authorLinnnus <[email protected]>2023-12-22 13:46:21 +0100
committerLinnnus <[email protected]>2023-12-22 13:46:21 +0100
commita66aa6ad9d18af2983746dcf73ecdf1bc862a5dc (patch)
treef61ef9b72018a2eeec4786a9393e75afcbbedc11 /hosts/ahmed
parentdf50b6ee4929ba9e4e8d70d989a8ce611143c028 (diff)
hosts/ahmed: Disable duksebot over winter break
Diffstat (limited to 'hosts/ahmed')
-rw-r--r--hosts/ahmed/configuration.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/hosts/ahmed/configuration.nix b/hosts/ahmed/configuration.nix
index 2fb8e12..12eae60 100644
--- a/hosts/ahmed/configuration.nix
+++ b/hosts/ahmed/configuration.nix
@@ -48,7 +48,8 @@
services.cloudflare-dyndns.domains = ["minecraft.linus.onl"];
# Set up dukse server. Det er satme hårdt at være overduksepåmindelsesansvarlig.
- services.duksebot.enable = true;
+ # TEMP: Closed for SOP.
+ # services.duksebot.enable = true;
# Virtual hosts.
services.nginx.enable = true;