Compare commits

...

2 Commits

Author SHA1 Message Date
d2d72a383a
update nextcloud to 30 2024-12-30 09:03:00 +01:00
2969562349
remove deprecated opengl option 2024-12-30 09:02:42 +01:00
2 changed files with 1 additions and 7 deletions

View File

@ -9,7 +9,7 @@
enable = true;
hostName = "cloud.kabtop.de";
https = true;
package = pkgs.nextcloud29;
package = pkgs.nextcloud30;
database.createLocally = false;
notify_push.enable = true;
caching = {

View File

@ -16,12 +16,6 @@
{
imports = [ ../waybar.nix ];
hardware.opengl = {
enable = true;
driSupport = true;
driSupport32Bit = true;
};
environment = {
loginShellInit = ''
if [ -z $DISPLAY ] && [ $UID != 0 ] && [ "$(tty)" = "/dev/tty1" ]; then