1
0
Fork 0

fix(blarm): enable resolvd

This commit is contained in:
Philipp 2026-02-21 15:53:35 +01:00
parent f381478fe1
commit a97a22187c
Signed by: Philipp
GPG key ID: B27C3DE2FD94AFC3

View file

@ -18,6 +18,7 @@ with lib.${namespace};
"flakes" "flakes"
]; ];
}; };
users.users.philipp = { users.users.philipp = {
isNormalUser = true; isNormalUser = true;
description = "Philipp Böhm"; description = "Philipp Böhm";
@ -26,6 +27,13 @@ with lib.${namespace};
]; ];
}; };
services.resolved = {
enable = true;
extraConfig = ''
DNSStubListener=no
'';
};
awesome-flake = { awesome-flake = {
services = { services = {
ssh = enabled; ssh = enabled;