Compare commits

..

No commits in common. "d2d72a383ab17c4378fab284dc928b0952bb6131" and "ba60a3c637936e864f2f365a8e994327314aa45d" have entirely different histories.

2 changed files with 7 additions and 1 deletions

View File

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

View File

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