Make owncloud start *after* graphical-session
This commit is contained in:
parent
0113e656a2
commit
381f54e0e1
|
@ -49,6 +49,7 @@ in
|
||||||
services.owncloud-client.package = pkgs.owncloud-client.overrideAttrs (attrs: {
|
services.owncloud-client.package = pkgs.owncloud-client.overrideAttrs (attrs: {
|
||||||
buildInputs = attrs.buildInputs ++ [ pkgs.qt6.qtwayland ];
|
buildInputs = attrs.buildInputs ++ [ pkgs.qt6.qtwayland ];
|
||||||
});
|
});
|
||||||
|
systemd.user.services.owncloud-client.Unit.After = [ "graphical-session.target" ];
|
||||||
|
|
||||||
# UDisks automounter
|
# UDisks automounter
|
||||||
services.udiskie.enable = true;
|
services.udiskie.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue