Compare commits
2 Commits
ba60a3c637
...
d2d72a383a
Author | SHA1 | Date | |
---|---|---|---|
d2d72a383a | |||
2969562349 |
@ -9,7 +9,7 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
hostName = "cloud.kabtop.de";
|
hostName = "cloud.kabtop.de";
|
||||||
https = true;
|
https = true;
|
||||||
package = pkgs.nextcloud29;
|
package = pkgs.nextcloud30;
|
||||||
database.createLocally = false;
|
database.createLocally = false;
|
||||||
notify_push.enable = true;
|
notify_push.enable = true;
|
||||||
caching = {
|
caching = {
|
||||||
|
@ -16,12 +16,6 @@
|
|||||||
{
|
{
|
||||||
imports = [ ../waybar.nix ];
|
imports = [ ../waybar.nix ];
|
||||||
|
|
||||||
hardware.opengl = {
|
|
||||||
enable = true;
|
|
||||||
driSupport = true;
|
|
||||||
driSupport32Bit = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
loginShellInit = ''
|
loginShellInit = ''
|
||||||
if [ -z $DISPLAY ] && [ $UID != 0 ] && [ "$(tty)" = "/dev/tty1" ]; then
|
if [ -z $DISPLAY ] && [ $UID != 0 ] && [ "$(tty)" = "/dev/tty1" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user