tangled
alpha
login
or
join now
devins.page
/
flake
0
fork
atom
configurations for my servers and desktops
nix
nixos
flake
dots
dotfiles
0
fork
atom
overview
issues
pulls
pipelines
fix: does this need root?
devins.page
1 month ago
1c7b18a0
e25d2cf8
+1
-1
1 changed file
expand all
collapse all
unified
split
hosts
bluepill-proxy
modules
socat.nix
+1
-1
hosts/bluepill-proxy/modules/socat.nix
···
99
99
serviceConfig = {
100
100
ExecStart = "${pkgs.socat}/bin/socat TCP-LISTEN:22,reuseaddr,fork TCP:100.108.47.83:22";
101
101
Restart = "always";
102
102
-
User = "nobody";
102
102
+
User = "root";
103
103
StandardOutput = "journal";
104
104
StandardError = "journal";
105
105
};