sshfs on graphical devices
This commit is contained in:
parent
423c83ac65
commit
f7a4cc1a88
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue