Add sshfs

This commit is contained in:
Johannes Jöns 2023-03-06 12:57:17 +01:00
parent eda6a80092
commit 342c3093a1

View file

@ -13,6 +13,8 @@ in
services.openssh.enable = true;
services.openssh.settings.X11forwarding = true;
services.openssh.settings.PermitRootLogin = "yes";
environment.systemPackages = with pkgs; [ sshfs ];
};
}