1
1
Fork 0

Update intake to fix a PATH issue

This commit is contained in:
Jaculabilis 2023-06-21 04:01:41 +00:00
parent f134165737
commit 6587d70066
2 changed files with 5 additions and 5 deletions

View File

@ -42,11 +42,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1687296400, "lastModified": 1687319998,
"narHash": "sha256-XY/piTamXRf3UxCmgZgLoUYWMFSV3W3dGEhr9VdSMEs=", "narHash": "sha256-hF0vdFqyss2cHDVdPmf7IiHGz9V+Hoj6RY4pQmWxfGw=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "c5778513e2d19421d29291692f5a9d13a9dc1550", "rev": "f9611d598a5d2bff4f3ca025e1b6df51b01bd0b2",
"revCount": 64, "revCount": 65,
"type": "git", "type": "git",
"url": "ssh://gitea@git.alogoulogoi.com/Jaculabilis/intake.git" "url": "ssh://gitea@git.alogoulogoi.com/Jaculabilis/intake.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.packages = [ pkgs.intakeSources ]; users.tvb.extraPackages = [ pkgs.intakeSources ];
}; };
networking.firewall = { networking.firewall = {