mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
vicinae: Remove BindTo from the systemd unit
Seems like it causes issues with kde logout.
This commit is contained in:
committed by
Austin Horstman
parent
f35d0cb75f
commit
0562fef070
@@ -224,7 +224,6 @@ in
|
||||
Documentation = [ "https://docs.vicinae.com" ];
|
||||
After = [ cfg.systemd.target ];
|
||||
PartOf = [ cfg.systemd.target ];
|
||||
BindsTo = [ cfg.systemd.target ];
|
||||
};
|
||||
Service = {
|
||||
EnvironmentFile = pkgs.writeText "vicinae-env" ''
|
||||
|
||||
Reference in New Issue
Block a user