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
|
@ -57,6 +57,10 @@
|
|||
email = "";
|
||||
stylix.theme = "spaceduck";
|
||||
};
|
||||
home-manager.users.corrina.services.nextcloud-client = {
|
||||
enable = lib.mkForce false;
|
||||
startInBackground = lib.mkForce false;
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue