Added Impermanence to services runned by cyper-controller

This commit is contained in:
2026-06-28 15:02:42 +02:00
parent bbf95a5a8c
commit a292eb6b09
15 changed files with 205 additions and 25 deletions
+10
View File
@@ -6,6 +6,16 @@ let
iface = config.systemd.network.networks."10-ethernet".matchConfig.Name;
in
{
environment.persistence."/persist".directories = [
{
directory = "/var/lib/watchyourlan";
user = "watchyourlan";
group = "watchyourlan";
mode = "0750";
}
];
networking.firewall.allowedTCPPorts = [ 8840 ];
systemd.services.watchyourlan = {