mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-06-05 04:29:23 +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_MAX_WORKFLOWS = "8";
|
||||
WOODPECKER_AGENT_SECRET = "";
|
||||
WOODPECKER_BACKEND= "docker";
|
||||
WOODPECKER_BACKEND = "docker";
|
||||
DOCKER_HOST = "unix:///run/podman/podman.sock";
|
||||
};
|
||||
extraGroups = [ "podman" ];
|
||||
|
@ -177,7 +177,6 @@ in
|
|||
allowedTCPPorts = [ 53 ];
|
||||
};
|
||||
|
||||
|
||||
users.users.backupftp = {
|
||||
isNormalUser = true;
|
||||
initialPassword = "backupPassword";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue