add copyparty to starr group
mount nix store in runner container
This commit is contained in:
parent
8ee5550803
commit
f06e325736
@ -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;
|
||||
|
||||
@ -42,6 +42,7 @@
|
||||
};
|
||||
volumes = [
|
||||
"/var/run/docker.sock:/var/run/docker.sock"
|
||||
"/nix/store:/nix/store"
|
||||
"${runner_config}:/config.yml:ro"
|
||||
];
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user