feat: massive refactoring...
This commit is contained in:
23
containers/frigate.nix
Normal file
23
containers/frigate.nix
Normal file
@@ -0,0 +1,23 @@
|
||||
{ ... }:
|
||||
{
|
||||
my-lxc.frigate = {
|
||||
container = {
|
||||
cores = 4;
|
||||
memory = 2048;
|
||||
disk = "12G";
|
||||
swap = 1024;
|
||||
};
|
||||
system = {
|
||||
port = 80;
|
||||
importConfig = [
|
||||
../config/frigate-frigate.nix
|
||||
];
|
||||
};
|
||||
logging = {
|
||||
enable = true;
|
||||
metricsEnable = true;
|
||||
};
|
||||
private = false;
|
||||
auth = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user