fix template + minor refactor

This commit is contained in:
Vivian 2022-10-31 10:41:17 +01:00
parent a953365bc7
commit c304ab680f
6 changed files with 108 additions and 86 deletions

View file

@ -1,6 +1,6 @@
{ config, pkgs, ... }:
{
system.stateVersion = "21.05";
system.stateVersion = "22.11";
networking.interfaces.eth0.useDHCP = true;
fileSystems."/mnt/storage" = {

View file

@ -90,6 +90,11 @@
mac = "00:50:56:91:3b:03";
nix = false;
}
{
hostname = "bazarr";
ip = "192.168.0.119";
mac = "DE:7C:32:7E:DD:A1";
}
{
hostname = "radarr2";
ip = "192.168.0.120";
@ -101,6 +106,7 @@
ip = "192.168.0.121";
mac = "4e:e7:64:b7:88:b8";
profile = "jackett";
nix = false; # superseded by prowlarr
}
{
hostname = "nginx";