189 current 2025-10-09 21:50:35 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: 188 current 2025-10-09 21:49:39 25.05.20251006.20c4598 6.12.50 *
|
# generation: 189 current 2025-10-09 21:50:35 25.05.20251006.20c4598 6.12.50 *
|
||||||
{
|
{
|
||||||
description = "blakes nix config";
|
description = "blakes nix config";
|
||||||
inputs = {
|
inputs = {
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
./gitea
|
./gitea
|
||||||
./qbittorrent
|
./qbittorrent
|
||||||
./immich
|
./immich
|
||||||
|
./uptime-kuma
|
||||||
./nginx-proxy
|
./nginx-proxy
|
||||||
./smarthome/homeassistant
|
./smarthome/homeassistant
|
||||||
./smarthome/zigbee2mqtt
|
./smarthome/zigbee2mqtt
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ in
|
|||||||
home = cfg.data_dir;
|
home = cfg.data_dir;
|
||||||
createHome = true;
|
createHome = true;
|
||||||
group = "${service}";
|
group = "${service}";
|
||||||
extraGroups = [ "media" ];
|
extraGroups = [];
|
||||||
};
|
};
|
||||||
|
|
||||||
# enable the ${service} service
|
# enable the ${service} service
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ in
|
|||||||
home = cfg.data_dir;
|
home = cfg.data_dir;
|
||||||
createHome = true;
|
createHome = true;
|
||||||
group = "${service}";
|
group = "${service}";
|
||||||
extraGroups = [ "media" ];
|
extraGroups = [];
|
||||||
};
|
};
|
||||||
|
|
||||||
# enable the ${service} service
|
# enable the ${service} service
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ in
|
|||||||
home = cfg.data_dir;
|
home = cfg.data_dir;
|
||||||
createHome = true;
|
createHome = true;
|
||||||
group = "${service}";
|
group = "${service}";
|
||||||
extraGroups = [ "media" ];
|
extraGroups = [];
|
||||||
};
|
};
|
||||||
|
|
||||||
# enable the ${service} service
|
# enable the ${service} service
|
||||||
|
|||||||
Reference in New Issue
Block a user