mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-06-06 12:59:22 +02:00
fmt
This commit is contained in:
parent
feefbace83
commit
f609b0212c
1 changed files with 1 additions and 2 deletions
|
@ -161,7 +161,7 @@ in
|
||||||
WOODPECKER_SERVER = "localhost:9000";
|
WOODPECKER_SERVER = "localhost:9000";
|
||||||
WOODPECKER_MAX_WORKFLOWS = "8";
|
WOODPECKER_MAX_WORKFLOWS = "8";
|
||||||
WOODPECKER_AGENT_SECRET = "";
|
WOODPECKER_AGENT_SECRET = "";
|
||||||
WOODPECKER_BACKEND= "docker";
|
WOODPECKER_BACKEND = "docker";
|
||||||
DOCKER_HOST = "unix:///run/podman/podman.sock";
|
DOCKER_HOST = "unix:///run/podman/podman.sock";
|
||||||
};
|
};
|
||||||
extraGroups = [ "podman" ];
|
extraGroups = [ "podman" ];
|
||||||
|
@ -177,7 +177,6 @@ in
|
||||||
allowedTCPPorts = [ 53 ];
|
allowedTCPPorts = [ 53 ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
users.users.backupftp = {
|
users.users.backupftp = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
initialPassword = "backupPassword";
|
initialPassword = "backupPassword";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue