add copyparty to starr group
All checks were successful
/ perform flake analysis (push) Successful in 1m24s
/ build hive configuration (push) Successful in 9m9s

mount nix store in runner container
This commit is contained in:
shobu 2025-12-17 17:51:34 +01:00
parent 8ee5550803
commit f06e325736
2 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{ inputs, pkgs, ... }:
{ inputs, pkgs, config, ... }:
{
imports = [ inputs.copyparty.nixosModules.default ];
nixpkgs.overlays = [ inputs.copyparty.overlays.default ];
@ -6,6 +6,8 @@
services.copyparty = {
enable = true;
group = "starr";
settings = {
p = [ 8086 ];
e2dsa = true;

View File

@ -42,6 +42,7 @@
};
volumes = [
"/var/run/docker.sock:/var/run/docker.sock"
"/nix/store:/nix/store"
"${runner_config}:/config.yml:ro"
];
};