fixed gnome tour showing on reboot
This commit is contained in:
parent
46fd27f768
commit
6a8daadb4e
|
@ -15,7 +15,7 @@
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
files = [
|
files = [
|
||||||
".config/gnome-initial-setup-done" # gnome welcome message
|
".bash_history" # keep shell history around
|
||||||
".local/share/recently-used.xbel" # gnome recently viewed files
|
".local/share/recently-used.xbel" # gnome recently viewed files
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
@ -62,6 +62,7 @@
|
||||||
};
|
};
|
||||||
reverse_proxy = {
|
reverse_proxy = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
enableACME = false;
|
||||||
hostname = "jan-leila.com";
|
hostname = "jan-leila.com";
|
||||||
};
|
};
|
||||||
postgres = {
|
postgres = {
|
||||||
|
|
|
@ -53,6 +53,8 @@
|
||||||
|
|
||||||
# enable RealtimeKit for pulse audio
|
# enable RealtimeKit for pulse audio
|
||||||
security.rtkit.enable = true;
|
security.rtkit.enable = true;
|
||||||
|
# disable welcome tour
|
||||||
|
environment.gnome.excludePackages = [pkgs.gnome-tour];
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue