Merge remote-tracking branch 'onondaga/master'
This commit is contained in:
commit
b70d29eb45
|
@ -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 a new issue