mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-10 20:20:41 +03:00
123
This commit is contained in:
@@ -42,14 +42,14 @@
|
||||
overwriteprotocol = "https";
|
||||
};
|
||||
extraAppsEnable = true;
|
||||
appstoreEnable = true;
|
||||
appstoreEnable = false;
|
||||
extraApps = {
|
||||
inherit (pkgs.nextcloud31Packages.apps)
|
||||
deck
|
||||
end_to_end_encryption
|
||||
groupfolders
|
||||
impersonate
|
||||
onlyoffice
|
||||
#onlyoffice
|
||||
bookmarks
|
||||
calendar
|
||||
contacts
|
||||
@@ -93,4 +93,8 @@
|
||||
systemd.tmpfiles.rules = [
|
||||
"z /mnt/nextcloud 0755 nextcloud nextcloud -"
|
||||
];
|
||||
|
||||
environment.systemPackages = [
|
||||
pkgs.nc4nix # Packaging helper for Nextcloud apps
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user