mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-22 08:45:39 +00:00
temp fix for kbfs
This commit is contained in:
parent
e73b8be0cd
commit
23d178b2a2
@ -207,6 +207,17 @@
|
|||||||
owner = "root";
|
owner = "root";
|
||||||
group = "wheel";
|
group = "wheel";
|
||||||
};
|
};
|
||||||
|
# Required while kbfs service doesn't work automatically
|
||||||
|
systemd.user.services.kbfsfuse = {
|
||||||
|
description = "Keybase File System - KBFS";
|
||||||
|
after = [ "network.target" ];
|
||||||
|
wantedBy = [ "multi-user.target" ];
|
||||||
|
serviceConfig = {
|
||||||
|
ExecStart = "${pkgs.kbfs}/bin/kbfsfuse";
|
||||||
|
Restart = "on-abnormal";
|
||||||
|
Environment = [ "PATH=/run/wrappers/bin/:$PATH" ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
# Some programs need SUID wrappers, can be configured further or are
|
# Some programs need SUID wrappers, can be configured further or are
|
||||||
# started in user sessions.
|
# started in user sessions.
|
||||||
|
Loading…
Reference in New Issue
Block a user