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"
|
"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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue