This website requires JavaScript.
Explore
Help
Sign In
dusk
/
ark
Watch
1
Star
0
Fork
0
You've already forked ark
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
bd9878f82a
ark
/
profiles
/
ci-agent
/
default.nix
4 lines
57 B
Nix
Raw
Normal View
History
Unescape
Escape
profiles: add concept of suites * Import attrs of profiles automatically with `defaultImport`. * Refactor profiles to ensure all are functions returning a module. * Add a suites.nix with collections of profiles. * Add suites as `specialArgs` to modules. * Add suite import to NixOS host.
2021-02-02 06:26:47 +03:00
{
.
.
.
}:
{
profiles#ci-agent: init
2021-01-25 19:20:40 +03:00
services
.
hercules-ci-agent
.
enable
=
true
;
}
Reference in New Issue
Copy Permalink