312 current 2025-10-11 17:54:46 25.05.20251006.20c4598 6.12.50 *
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# flake for blakes nixos config
|
# flake for blakes nixos config
|
||||||
# define new devices in outputs
|
# define new devices in outputs
|
||||||
# generation: 311 current 2025-10-11 17:44:24 25.05.20251006.20c4598 6.12.50 *
|
# generation: 312 current 2025-10-11 17:54:46 25.05.20251006.20c4598 6.12.50 *
|
||||||
{
|
{
|
||||||
description = "blakes nix config";
|
description = "blakes nix config";
|
||||||
inputs = {
|
inputs = {
|
||||||
|
|||||||
@@ -8,8 +8,8 @@
|
|||||||
./smarthome/zigbee2mqtt
|
./smarthome/zigbee2mqtt
|
||||||
./vaultwarden
|
./vaultwarden
|
||||||
./gitea
|
./gitea
|
||||||
./immich
|
|
||||||
./smarthome/homeassistant
|
./smarthome/homeassistant
|
||||||
|
./immich
|
||||||
./arr/bazarr
|
./arr/bazarr
|
||||||
./arr/prowlarr
|
./arr/prowlarr
|
||||||
./qbittorrent
|
./qbittorrent
|
||||||
|
|||||||
@@ -62,14 +62,15 @@ in
|
|||||||
autoStart = true;
|
autoStart = true;
|
||||||
extraOptions = [
|
extraOptions = [
|
||||||
"--pull=newer"
|
"--pull=newer"
|
||||||
|
"--network=host"
|
||||||
];
|
];
|
||||||
volumes = [
|
volumes = [
|
||||||
"${cfg.data_dir}:/config"
|
"${cfg.data_dir}:/config"
|
||||||
];
|
];
|
||||||
ports = [
|
# ports = [
|
||||||
"0.0.0.0:7704:8123"
|
# "0.0.0.0:7704:8123"
|
||||||
"0.0.0.0:4141:4141"
|
# "0.0.0.0:4141:4141"
|
||||||
];
|
# ];
|
||||||
environment = {
|
environment = {
|
||||||
TZ = homelab.tz;
|
TZ = homelab.tz;
|
||||||
PUID = toString config.users.users.${service}.uid;
|
PUID = toString config.users.users.${service}.uid;
|
||||||
|
|||||||
Reference in New Issue
Block a user