This website requires JavaScript.
Explore
Help
Sign In
teutat3s
/
os
Watch
2
Star
0
Fork
You've already forked os
0
forked from
pub-solar/os
Code
Pull requests
Activity
c67b846929
os
/
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 03:26:47 +00:00
{
.
.
.
}:
{
profiles#ci-agent: init
2021-01-25 16:20:40 +00:00
services
.
hercules-ci-agent
.
enable
=
true
;
}
Copy permalink