feat: add octoprint and home-assistent to shan

chore: fix some stuff
This commit is contained in:
Nydragon 2025-01-07 01:23:39 +01:00
parent bb5c2f61ee
commit ecc5cf5f43
Signed by: nydragon
SSH key fingerprint: SHA256:WcjW5NJPQ8Dx4uQDmoIlVPLWE27Od3fxoe0IUvuoPHE
2 changed files with 2 additions and 5 deletions
hosts/shan
modules/system

View file

@ -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;

View file

@ -3,7 +3,7 @@
defaultApplications =
let
fileManager = "org.gnome.Nautilus.desktop";
browser = "firefox.desktop";
browser = "firefox-beta.desktop";
in
{
"inode/directory" = fileManager;