Compare commits

..

No commits in common. "4994a81881fcdd33c33acd9d6fc67a526c03b083" and "4553c49a2b840bbed8c17d16ada6c5c909b6e5af" have entirely different histories.

2 changed files with 1 additions and 6 deletions

View file

@ -146,11 +146,6 @@ 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.nextcloud28;
package = pkgs.nextcloud27;
hostName = hostName;
datadir = "/data/nextcloud";
config = {