sourcephile
/
git
/
sourcephile-nix.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f4b4a9
)
losurdo: use go-mtpfs
author
Julien Moutinho
<julm@sourcephile.fr>
Sun, 29 Nov 2020 17:59:25 +0000
(18:59 +0100)
committer
Julien Moutinho
<julm@sourcephile.fr>
Sun, 29 Nov 2020 17:59:25 +0000
(18:59 +0100)
machines/losurdo/fileSystems.nix
patch
|
blob
|
history
diff --git
a/machines/losurdo/fileSystems.nix
b/machines/losurdo/fileSystems.nix
index b84d01a6f7fff35a61b76edff6d8b0683d506e7f..b9874a1741e43df96237627dd8b7061681459e5f 100644
(file)
--- a/
machines/losurdo/fileSystems.nix
+++ b/
machines/losurdo/fileSystems.nix
@@
-61,7
+61,7
@@
fileSystems."/mnt/key" =
# Allow members of the "adbusers" group to mount Android devices via MTP
services.udev.packages = [ pkgs.android-udev-rules ];
environment.systemPackages = [
- pkgs.
j
mtpfs
+ pkgs.
go-
mtpfs
];
}