mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 16:46:34 +01:00
Add sshfs
This commit is contained in:
parent
eda6a80092
commit
342c3093a1
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ in
|
|||
services.openssh.enable = true;
|
||||
services.openssh.settings.X11forwarding = true;
|
||||
services.openssh.settings.PermitRootLogin = "yes";
|
||||
|
||||
environment.systemPackages = with pkgs; [ sshfs ];
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue