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 ];
|
imports = [ inputs.copyparty.nixosModules.default ];
|
||||||
nixpkgs.overlays = [ inputs.copyparty.overlays.default ];
|
nixpkgs.overlays = [ inputs.copyparty.overlays.default ];
|
||||||
@ -6,6 +6,8 @@
|
|||||||
services.copyparty = {
|
services.copyparty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
group = "starr";
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
p = [ 8086 ];
|
p = [ 8086 ];
|
||||||
e2dsa = true;
|
e2dsa = true;
|
||||||
|
|||||||
@ -42,6 +42,7 @@
|
|||||||
};
|
};
|
||||||
volumes = [
|
volumes = [
|
||||||
"/var/run/docker.sock:/var/run/docker.sock"
|
"/var/run/docker.sock:/var/run/docker.sock"
|
||||||
|
"/nix/store:/nix/store"
|
||||||
"${runner_config}:/config.yml:ro"
|
"${runner_config}:/config.yml:ro"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user