mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 07:04:17 +00:00
parent
397750d269
commit
cacf2d27f6
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ in {
|
||||||
|
|
||||||
Service = let mountPoint = ''"%h/${cfg.mountPoint}"'';
|
Service = let mountPoint = ''"%h/${cfg.mountPoint}"'';
|
||||||
in {
|
in {
|
||||||
Environment = "PATH=/run/wrappers/bin KEYBASE_SYSTEMD=1";
|
Environment = [ "PATH=/run/wrappers/bin" "KEYBASE_SYSTEMD=1" ];
|
||||||
ExecStartPre = "${pkgs.coreutils}/bin/mkdir -p ${mountPoint}";
|
ExecStartPre = "${pkgs.coreutils}/bin/mkdir -p ${mountPoint}";
|
||||||
ExecStart =
|
ExecStart =
|
||||||
"${pkgs.kbfs}/bin/kbfsfuse ${toString cfg.extraFlags} ${mountPoint}";
|
"${pkgs.kbfs}/bin/kbfsfuse ${toString cfg.extraFlags} ${mountPoint}";
|
||||||
|
|
Loading…
Reference in a new issue