pinwheel: Add sshfs to ssh module
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
home-manager.users.alex.programs.ssh = {
|
home-manager.users.alex = {
|
||||||
|
programs.ssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
matchBlocks = {
|
matchBlocks = {
|
||||||
@@ -29,6 +31,9 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
home.packages = [ pkgs.sshfs ];
|
||||||
|
};
|
||||||
|
|
||||||
age.secrets = {
|
age.secrets = {
|
||||||
"alex.pinwheel-sombrero" = {
|
"alex.pinwheel-sombrero" = {
|
||||||
file = ../../../../secrets/pinwheel/alex.pinwheel-sombrero.age;
|
file = ../../../../secrets/pinwheel/alex.pinwheel-sombrero.age;
|
||||||
|
|||||||
Reference in New Issue
Block a user