fix(blarm): enable resolvd
This commit is contained in:
parent
f381478fe1
commit
a97a22187c
1 changed files with 8 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue