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