diff options
author | lassulus <lass@lassul.us> | 2017-02-13 17:17:44 +0100 |
---|---|---|
committer | lassulus <lass@lassul.us> | 2017-02-13 17:17:44 +0100 |
commit | 0c7740b6e47cf77e155cdd7fc1ae4c0f187e45bb (patch) | |
tree | b5b3f7f8fc4a0d61fc009b1f1b3740a83163b3a8 | |
parent | 024ea6d7f9e6cbca2fe2d5e171cec1d65929258b (diff) |
l 1 mors: remove dead icinga code
-rw-r--r-- | lass/1systems/mors.nix | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/lass/1systems/mors.nix b/lass/1systems/mors.nix index 1ad9cd4bd..bffb08ad3 100644 --- a/lass/1systems/mors.nix +++ b/lass/1systems/mors.nix @@ -76,56 +76,6 @@ with import <stockholm/lib>; { services.redis.enable = true; } - #{ - # #gitit magic - # imports = [ <nixpkgs/nixos/modules/services/misc/gitit.nix> ]; - # services.gitit = { - # enable = true; - # haskellPackages = pkgs.haskell.packages.ghc7103; - # }; - #} - #{ - # lass.icinga2 = { - # enable = true; - # configFiles = [ - # '' - # template Service "generic-service" { - # max_check_attempts = 3 - # check_interval = 5m - # retry_interval = 1m - # enable_perfdata = true - # } - # apply Service "ping4" { - # } - # '' - # ]; - # }; - # services.mysql = { - # enable = true; - # package = pkgs.mariadb; - # rootPassword = "<secrets>/mysql_rootPassword"; - # }; - # lass.icingaweb2 = { - # enable = true; - # initialRootPasswordHash = "$1$HpWDCehI$ITbAoyfOB6HEN1ftooxZq0"; - # resources = { - # icinga2db = { - # type = "mysql"; - # host = "localhost"; - # user = "icingaweb2"; - # db = "icinga"; - # passfile = <secrets/icinga2-pw>; - # }; - # icingaweb2db = { - # type = "mysql"; - # host = "localhost"; - # user = "icingaweb2"; - # db = "icingaweb2"; - # passfile = <secrets/icinga2-pw>; - # }; - # }; - # }; - #} { #ipfs-testing services.ipfs.enable = true; |