chore(flake): update inputs
This commit is contained in:
parent
7b2e2298e3
commit
5a6de0b6c8
3 changed files with 13 additions and 108 deletions
3
rpi4.nix
3
rpi4.nix
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue