diff --git a/machines/storage/s0/default.nix b/machines/storage/s0/default.nix index b4329f1..7f034e8 100644 --- a/machines/storage/s0/default.nix +++ b/machines/storage/s0/default.nix @@ -262,6 +262,7 @@ openMinimalFirewall = true; }; + # TODO: setup backup services.vikunja = { enable = true; port = 61473; diff --git a/machines/storage/s0/home-automation.nix b/machines/storage/s0/home-automation.nix index a356620..40c55a8 100644 --- a/machines/storage/s0/home-automation.nix +++ b/machines/storage/s0/home-automation.nix @@ -37,7 +37,10 @@ }; }; }; - age.secrets."zigbee2mqtt.yaml".file = ../../../secrets/zigbee2mqtt.yaml.age; + age.secrets."zigbee2mqtt.yaml" = { + file = ../../../secrets/zigbee2mqtt.yaml.age; + owner = "zigbee2mqtt"; + }; services.home-assistant = { enable = true;