mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
users/foo-dogsquared: update Mopidy and Bleachbit config
This commit is contained in:
parent
eed3ce402a
commit
ef6ff9230a
@ -199,7 +199,9 @@ in
|
|||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
http = {
|
http = {
|
||||||
hostname = "0.0.0.0";
|
hostname = "127.0.0.1";
|
||||||
|
port = 6680;
|
||||||
|
default_app = "iris";
|
||||||
};
|
};
|
||||||
|
|
||||||
file = {
|
file = {
|
||||||
@ -285,9 +287,11 @@ in
|
|||||||
"google_toolbar.search_history"
|
"google_toolbar.search_history"
|
||||||
"thumbnails.cache"
|
"thumbnails.cache"
|
||||||
"zoom.logs"
|
"zoom.logs"
|
||||||
|
"vim.history"
|
||||||
];
|
];
|
||||||
withChatCleanup = true;
|
withChatCleanup = true;
|
||||||
withBrowserCleanup = true;
|
withBrowserCleanup = true;
|
||||||
|
persistent = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.user.sessionVariables = {
|
systemd.user.sessionVariables = {
|
||||||
|
Loading…
Reference in New Issue
Block a user