Compare commits
2 Commits
ba60a3c637
...
d2d72a383a
Author | SHA1 | Date | |
---|---|---|---|
d2d72a383a | |||
2969562349 |
@ -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 = {
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user