Compare commits

...

2 commits

Author SHA1 Message Date
fruchti 4994a81881 Update Nextcloud to 28 2024-06-02 10:22:04 +02:00
fruchti 0fe9a18a96 Rupert: Add swap 2024-06-02 10:21:55 +02:00
2 changed files with 6 additions and 1 deletions

View file

@ -146,6 +146,11 @@ in
SUBSYSTEM=="video4linux", ATTRS{idProduct}=="0002", ATTRS{idVendor}=="1d6b", SYMLINK+="hdmi_capture"
'';
swapDevices = [{
device = "/swapfile";
size = 8 * 1024;
}];
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions
# on your system were taken. Its perfectly fine and recommended to leave

View file

@ -6,7 +6,7 @@ in
services.nextcloud = {
enable = true;
https = true;
package = pkgs.nextcloud27;
package = pkgs.nextcloud28;
hostName = hostName;
datadir = "/data/nextcloud";
config = {