configurations for my servers and desktops
nix nixos flake dots dotfiles

fix: does this need root?

+1 -1
+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 - User = "nobody"; 102 + User = "root"; 103 103 StandardOutput = "journal"; 104 104 StandardError = "journal"; 105 105 };