disable notifico for now

pull/16/head
Sebastien Bourdeauducq 2019-05-20 09:18:10 +08:00
parent b91e17ea78
commit 0796a9efa1
1 changed files with 0 additions and 11 deletions

View File

@ -9,7 +9,6 @@
[ # Include the results of the hardware scan.
./hardware-configuration.nix
./homu/nixos-module.nix
./notifico/nixos-module.nix
];
# Use the systemd-boot EFI boot loader.
@ -248,11 +247,6 @@ ACTION=="add", SUBSYSTEM=="tty", \
uwsgi_pass unix:${config.services.uwsgi.runDir}/uwsgi.sock;
'';
};
"notifico.m-labs.hk" = {
forceSSL = true;
useACMEHost = "notifico.m-labs.hk";
locations."/".proxyPass = "http://127.0.0.1:5000";
};
};
};
services.uwsgi = {
@ -271,11 +265,6 @@ ACTION=="add", SUBSYSTEM=="tty", \
config = "/etc/nixos/secret/homu.toml";
};
services.notifico = {
enable = true;
config = "/etc/nixos/secret/notifico.py";
};
# This value determines the NixOS release with which your system is to be
# compatible, in order to avoid breaking some software such as database
# servers. You should change this only after NixOS release notes say you