diff options
author | stuebinm | 2021-10-17 02:19:59 +0200 |
---|---|---|
committer | stuebinm | 2021-10-17 02:19:59 +0200 |
commit | 4792e3956e6f192d5ed21c33925039479c86af7c (patch) | |
tree | 3fa1222b501592a1e32aa649d1252b5bf21cb967 /hosts/flora/configuration.nix | |
parent | 4165c3728e5ae001b41f62c6f23f2b3a28b3e036 (diff) |
disable hedgedoc & surveys (too annoying for now)
Diffstat (limited to '')
-rw-r--r-- | hosts/flora/configuration.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/flora/configuration.nix b/hosts/flora/configuration.nix index 4b395db..89bef32 100644 --- a/hosts/flora/configuration.nix +++ b/hosts/flora/configuration.nix @@ -3,12 +3,12 @@ { imports = [ ./hardware-configuration.nix - ./services/hedgedoc.nix + #./services/hedgedoc.nix #./services/daemoniones.nix ./services/nginx.nix ./services/pleroma.nix ./services/cgit.nix - ./services/surveys.nix + # ./services/surveys.nix #./services/picarones.nix ./services/dockerhub.nix ]; |