vps-arm-2024-08-30-18-52-45
This commit is contained in:
@ -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 = {
|
||||
|
Reference in New Issue
Block a user