pinwheel: Add sshfs to ssh module

This commit is contained in:
Alexander Heldt
2023-10-23 21:52:19 +02:00
parent b2eed35ef6
commit 03284f53ff

View File

@@ -1,5 +1,7 @@
{ pkgs, ... }:
{
home-manager.users.alex.programs.ssh = {
home-manager.users.alex = {
programs.ssh = {
enable = true;
matchBlocks = {
@@ -29,6 +31,9 @@
};
};
home.packages = [ pkgs.sshfs ];
};
age.secrets = {
"alex.pinwheel-sombrero" = {
file = ../../../../secrets/pinwheel/alex.pinwheel-sombrero.age;