Let's see if this makes auto-mount work now
This commit is contained in:
parent
bc7c3f803a
commit
67cdc3600e
3 changed files with 4 additions and 9 deletions
|
@ -16,7 +16,7 @@
|
|||
'';
|
||||
|
||||
systemd.services."external-drive-mount@" = {
|
||||
path = with pkgs; [jq coreutils udisks bash util-linux toybox auto-mount steam];
|
||||
path = with pkgs; [udisks bash auto-mount steam];
|
||||
enable = true;
|
||||
serviceConfig = {
|
||||
ExecStart = "${pkgs.auto-mount}/bin/auto-mount add %i";
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
../../../disko/shodan
|
||||
|
||||
# ./auto-mount.nix
|
||||
./auto-mount.nix
|
||||
];
|
||||
|
||||
boot.tmp.cleanOnBoot = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue