Compare commits
No commits in common. "d2d72a383ab17c4378fab284dc928b0952bb6131" and "ba60a3c637936e864f2f365a8e994327314aa45d" have entirely different histories.
d2d72a383a
...
ba60a3c637
@ -9,7 +9,7 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
hostName = "cloud.kabtop.de";
|
hostName = "cloud.kabtop.de";
|
||||||
https = true;
|
https = true;
|
||||||
package = pkgs.nextcloud30;
|
package = pkgs.nextcloud29;
|
||||||
database.createLocally = false;
|
database.createLocally = false;
|
||||||
notify_push.enable = true;
|
notify_push.enable = true;
|
||||||
caching = {
|
caching = {
|
||||||
|
@ -16,6 +16,12 @@
|
|||||||
{
|
{
|
||||||
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