mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-30 16:50:58 +02:00
Added nix to path
This commit is contained in:
parent
fec37cf294
commit
215dbf847b
1 changed files with 1 additions and 11 deletions
|
@ -54,16 +54,6 @@ in
|
||||||
};
|
};
|
||||||
users.groups.droneserver = { };
|
users.groups.droneserver = { };
|
||||||
|
|
||||||
#environment.etc.drone-runner-exec = {
|
|
||||||
# target = "drone-runner-exec/config";
|
|
||||||
# text = ''
|
|
||||||
# DRONE_RPC_PROTO=https
|
|
||||||
# DRONE_RPC_HOST=${cfg.nginx.subdomain}.julienmalka.me
|
|
||||||
# DRONE_RPC_SECRET=JIJ1pfTgJldCMAgKtGLOnbQE5e8oUPSo2DqlWayVLQFVXDe3898DYvixRiprddY1M
|
|
||||||
# DRONE_UI_USERNAME=root
|
|
||||||
# DRONE_UI_PASSWORD=root
|
|
||||||
# '';
|
|
||||||
#};
|
|
||||||
|
|
||||||
systemd.services.drone-runner-exec = {
|
systemd.services.drone-runner-exec = {
|
||||||
description = "Drone Exec Runner";
|
description = "Drone Exec Runner";
|
||||||
|
@ -79,7 +69,7 @@ in
|
||||||
ExecStart = "${pkgs.drone-runner-exec}/bin/drone-runner-exec service run";
|
ExecStart = "${pkgs.drone-runner-exec}/bin/drone-runner-exec service run";
|
||||||
};
|
};
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
path = [ pkgs.git pkgs.docker pkgs.docker-compose ];
|
path = [ pkgs.nixUnstable pkgs.git pkgs.docker pkgs.docker-compose ];
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue