nin hosts: enable ci
This commit is contained in:
parent
ef0904b6d1
commit
04fbb9148f
@ -3,7 +3,10 @@
|
|||||||
with import <stockholm/lib>;
|
with import <stockholm/lib>;
|
||||||
|
|
||||||
{
|
{
|
||||||
hosts = mapAttrs (_: setAttr "owner" config.krebs.users.nin) {
|
hosts = mapAttrs (_: recursiveUpdate {
|
||||||
|
owner = config.krebs.users.nin;
|
||||||
|
ci = true;
|
||||||
|
}) {
|
||||||
hiawatha = {
|
hiawatha = {
|
||||||
cores = 2;
|
cores = 2;
|
||||||
nets = {
|
nets = {
|
||||||
|
Loading…
Reference in New Issue
Block a user