empyrean: fix intake PATH for freespace
This commit is contained in:
parent
c5f310d9fe
commit
39f0b6cd64
@ -103,7 +103,12 @@
|
||||
services.intake = {
|
||||
listen = { addr = "10.22.20.1"; };
|
||||
users.tvb.enable = true;
|
||||
users.tvb.extraPackages = [ pkgs.intakeSources pkgs.openssh ];
|
||||
users.tvb.extraPackages = [
|
||||
pkgs.bash
|
||||
pkgs.jq
|
||||
pkgs.intakeSources
|
||||
pkgs.openssh
|
||||
];
|
||||
};
|
||||
|
||||
networking.firewall = {
|
||||
|
Loading…
Reference in New Issue
Block a user