1
1
Fork 0

Compare commits

..

No commits in common. "852304140a292d3131065a31f9352600b027c21f" and "9c990c13a7a9c0b28f764a02fabadf368b39756c" have entirely different histories.

2 changed files with 9 additions and 10 deletions

View File

@ -42,11 +42,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1688343412, "lastModified": 1687579308,
"narHash": "sha256-6r3G5y3uCI+Ush8FLeKaTYlWtWYD+PzxWLTmWg84lj0=", "narHash": "sha256-MVj+7ZUgxOpKciZnIneD7FC692tJGbz6X68skKAAdPA=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "b8c905a7565820a1c61fcd2b59b5d317827de7f5", "rev": "8da75f190ce13428db965f3849a509841d22e3f2",
"revCount": 78, "revCount": 76,
"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": 1688390516, "lastModified": 1687668323,
"narHash": "sha256-KeZ/oIn95nAwC5els+sEC2Xhl71qXmlgfnkjDGZxLOM=", "narHash": "sha256-GAxifLBZDhmRrHSRCunlXF8VZUlDWrSy8ptxpHQfx3I=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "1fc66e814dc01acd06db9476ca7ff26b67816322", "rev": "e7e13ebc4199e29a26dedceca3e3f94a3f5b81c0",
"revCount": 21, "revCount": 17,
"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 pkgs.openssh ]; users.tvb.extraPackages = [ pkgs.intakeSources ];
}; };
networking.firewall = { networking.firewall = {
@ -172,7 +172,6 @@
../../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 = {};