diff options
author | Linnnus <[email protected]> | 2023-12-22 13:46:21 +0100 |
---|---|---|
committer | Linnnus <[email protected]> | 2023-12-22 13:46:21 +0100 |
commit | a66aa6ad9d18af2983746dcf73ecdf1bc862a5dc (patch) | |
tree | f61ef9b72018a2eeec4786a9393e75afcbbedc11 /hosts | |
parent | df50b6ee4929ba9e4e8d70d989a8ce611143c028 (diff) |
hosts/ahmed: Disable duksebot over winter break
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/ahmed/configuration.nix | 3 |
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; |