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;
|
auth_attempts = 5;
|
||||||
block_auth_min = 10;
|
block_auth_min = 10;
|
||||||
dns = {
|
dns = {
|
||||||
bind_hosts = [
|
bind_hosts = [ "0.0.0.0" ];
|
||||||
"192.168.178.27"
|
|
||||||
"100.64.0.4"
|
|
||||||
];
|
|
||||||
port = 53;
|
port = 53;
|
||||||
upstream_mode = "load_balance";
|
upstream_mode = "load_balance";
|
||||||
upstream_dns_file = config.age.secrets.adguard-dns-list.path;
|
upstream_dns_file = config.age.secrets.adguard-dns-list.path;
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
defaultApplications =
|
defaultApplications =
|
||||||
let
|
let
|
||||||
fileManager = "org.gnome.Nautilus.desktop";
|
fileManager = "org.gnome.Nautilus.desktop";
|
||||||
browser = "firefox.desktop";
|
browser = "firefox-beta.desktop";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
"inode/directory" = fileManager;
|
"inode/directory" = fileManager;
|
||||||
|
|
Loading…
Add table
Reference in a new issue