feat: add octoprint and home-assistent to shan
chore: fix some stuff
This commit is contained in:
parent
bb5c2f61ee
commit
ecc5cf5f43
2 changed files with 2 additions and 5 deletions
|
@ -22,10 +22,7 @@ in
|
|||
auth_attempts = 5;
|
||||
block_auth_min = 10;
|
||||
dns = {
|
||||
bind_hosts = [
|
||||
"192.168.178.27"
|
||||
"100.64.0.4"
|
||||
];
|
||||
bind_hosts = [ "0.0.0.0" ];
|
||||
port = 53;
|
||||
upstream_mode = "load_balance";
|
||||
upstream_dns_file = config.age.secrets.adguard-dns-list.path;
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
defaultApplications =
|
||||
let
|
||||
fileManager = "org.gnome.Nautilus.desktop";
|
||||
browser = "firefox.desktop";
|
||||
browser = "firefox-beta.desktop";
|
||||
in
|
||||
{
|
||||
"inode/directory" = fileManager;
|
||||
|
|
Loading…
Add table
Reference in a new issue