mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-19 01:54:02 +05:30
Don't spawn nextcloud where it isn't necessary
This commit is contained in:
parent
277dd6992c
commit
ae2090378a
2 changed files with 9 additions and 0 deletions
|
@ -71,5 +71,10 @@
|
|||
output = "eDP-1"; # notifications only on main display
|
||||
};
|
||||
};
|
||||
|
||||
services.nextcloud-client = {
|
||||
enable = lib.mkForce false;
|
||||
startInBackground = lib.mkForce false;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue