vps-arm-2024-08-30-18-52-45

This commit is contained in:
Alexander Szczepanski
2024-08-30 18:52:45 +02:00
parent c138e90c56
commit 0ef8c6662f
8 changed files with 97 additions and 55 deletions

View File

@ -1,6 +1,5 @@
{ config, lib, pkgs, ... }:
let
unstable = import <nixos-unstable> { config.allowUnfree = true; };
secrets = import ../configs/secrets.nix;
in
{
@ -17,7 +16,7 @@ in
frigate = {
enable = true;
package = unstable.pkgs.frigate;
package = pkgs.unstable.frigate;
hostname = "frigate.szczepan.ski";
settings = {