integrated frigate

This commit is contained in:
Bryan Ramos 2025-10-06 22:09:42 -04:00
parent f1de6cf3ee
commit 0bcd891c7c
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
6 changed files with 25 additions and 109 deletions

View file

@ -109,6 +109,13 @@
};
};
virtualisation.vmVariant = {
virtualisation.forwardPorts = [
{ from = "host"; host.port = 5000; guest.port = 5000; }
];
};
services.openssh = {
enable = true;
startWhenNeeded = true;
@ -117,13 +124,4 @@
PasswordAuthentication = false;
};
};
sops = {
defaultSopsFile = ./secrets.yaml;
defaultSopsFormat = "yaml";
age = {
keyFile = "/var/lib/sops-nix/key.txt";
generateKey = true;
};
};
}