diff options
author | makefu <github@syntax-fehler.de> | 2018-09-16 00:26:42 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2018-09-16 00:26:42 +0200 |
commit | a881fe45f18194a32f737703181cdd11c422ec63 (patch) | |
tree | 1259880e28e8436d2fbde2500a69aa3186ff3d83 /makefu/2configs/tools/mobility.nix | |
parent | 905684e02b3e5eb1c4e5fe6200a0e89776bbdf4b (diff) |
ma secrets: add completion
Diffstat (limited to 'makefu/2configs/tools/mobility.nix')
-rw-r--r-- | makefu/2configs/tools/mobility.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/makefu/2configs/tools/mobility.nix b/makefu/2configs/tools/mobility.nix index 1993a5212..8a559dbbd 100644 --- a/makefu/2configs/tools/mobility.nix +++ b/makefu/2configs/tools/mobility.nix @@ -3,7 +3,11 @@ users.users.makefu.packages = with pkgs;[ go-mtpfs mosh + sshfs + rclone + exfat + (pkgs.callPackage ./secrets.nix {}) ]; - boot.extraModulePackages = [ config.boot.kernelPackages.exfat-nofuse ]; + # boot.extraModulePackages = [ config.boot.kernelPackages.exfat-nofuse ]; } |