chore(flake): update inputs

This commit is contained in:
Felix Schröter 2020-11-14 11:16:08 +01:00
parent 7b2e2298e3
commit 5a6de0b6c8
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58
3 changed files with 13 additions and 108 deletions

View file

@ -7,7 +7,6 @@ with builtins; {
# ./system
./system/nix.nix
./system/i18n.nix
./modules/cfdyndns.nix
./services/syncthing/rpi4.nix
./services/jellyfin.nix
./services/home-assistant.nix
@ -32,7 +31,7 @@ with builtins; {
email = "felschr@pm.me";
};
services.custom.cfdyndns = {
services.cfdyndns = {
enable = true;
email = "felschr@pm.me";
apikeyFile = "/etc/nixos/secrets/cfdyndns-apikey";