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