1
1
Fork 0

Compare commits

...

3 Commits

2 changed files with 10 additions and 9 deletions

View File

@ -42,11 +42,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1687579308, "lastModified": 1688343412,
"narHash": "sha256-MVj+7ZUgxOpKciZnIneD7FC692tJGbz6X68skKAAdPA=", "narHash": "sha256-6r3G5y3uCI+Ush8FLeKaTYlWtWYD+PzxWLTmWg84lj0=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "8da75f190ce13428db965f3849a509841d22e3f2", "rev": "b8c905a7565820a1c61fcd2b59b5d317827de7f5",
"revCount": 76, "revCount": 78,
"type": "git", "type": "git",
"url": "ssh://gitea@git.alogoulogoi.com/Jaculabilis/intake.git" "url": "ssh://gitea@git.alogoulogoi.com/Jaculabilis/intake.git"
}, },
@ -62,11 +62,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1687668323, "lastModified": 1688390516,
"narHash": "sha256-GAxifLBZDhmRrHSRCunlXF8VZUlDWrSy8ptxpHQfx3I=", "narHash": "sha256-KeZ/oIn95nAwC5els+sEC2Xhl71qXmlgfnkjDGZxLOM=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "e7e13ebc4199e29a26dedceca3e3f94a3f5b81c0", "rev": "1fc66e814dc01acd06db9476ca7ff26b67816322",
"revCount": 17, "revCount": 21,
"type": "git", "type": "git",
"url": "ssh://gitea@git.alogoulogoi.com/Jaculabilis/intake-sources.git" "url": "ssh://gitea@git.alogoulogoi.com/Jaculabilis/intake-sources.git"
}, },

View File

@ -146,7 +146,7 @@
services.intake = { services.intake = {
listen = { addr = "10.22.20.1"; port = 5234; }; listen = { addr = "10.22.20.1"; port = 5234; };
users.tvb.enable = true; users.tvb.enable = true;
users.tvb.extraPackages = [ pkgs.intakeSources ]; users.tvb.extraPackages = [ pkgs.intakeSources pkgs.openssh ];
}; };
networking.firewall = { networking.firewall = {
@ -172,6 +172,7 @@
../../keys/tvb.palamas.pub ../../keys/tvb.palamas.pub
../../keys/tvb.stagirite.pub ../../keys/tvb.stagirite.pub
../../keys/tvb.catacomb.pub ../../keys/tvb.catacomb.pub
../../keys/tvb.unfolder.pub
]; ];
}; };
users.groups.tvb = {}; users.groups.tvb = {};