sshfs on graphical devices

This commit is contained in:
Charlotte Van Petegem 2021-07-10 22:28:30 +02:00
parent 423c83ac65
commit f7a4cc1a88
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -27,7 +27,7 @@ let
}; };
matchBlocks = import ./hosts.secret.nix; matchBlocks = import ./hosts.secret.nix;
}; };
home.packages = lib.mkIf config.chvp.graphical.enable [ ssh ]; home.packages = lib.mkIf config.chvp.graphical.enable [ ssh pkgs.sshfs ];
}; };
in in
{ {