mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 19:46:05 +01:00
vicinae: Remove BindTo from the systemd unit
Seems like it causes issues with kde logout.
This commit is contained in:
parent
f35d0cb75f
commit
0562fef070
1 changed files with 0 additions and 1 deletions
|
|
@ -224,7 +224,6 @@ in
|
||||||
Documentation = [ "https://docs.vicinae.com" ];
|
Documentation = [ "https://docs.vicinae.com" ];
|
||||||
After = [ cfg.systemd.target ];
|
After = [ cfg.systemd.target ];
|
||||||
PartOf = [ cfg.systemd.target ];
|
PartOf = [ cfg.systemd.target ];
|
||||||
BindsTo = [ cfg.systemd.target ];
|
|
||||||
};
|
};
|
||||||
Service = {
|
Service = {
|
||||||
EnvironmentFile = pkgs.writeText "vicinae-env" ''
|
EnvironmentFile = pkgs.writeText "vicinae-env" ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue