Install sshfs.

This commit is contained in:
Tom Alexander
2025-01-14 17:56:29 -05:00
parent ce9140aa73
commit d338b77d23

View File

@@ -8,6 +8,10 @@
{
imports = [ ];
environment.systemPackages = with pkgs; [
sshfs
];
environment.persistence."/persist" = lib.mkIf (!config.me.buildingIso) {
hideMounts = true;
users.talexander = {