mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 23:11:34 +01:00
Use resolved on fern
This commit is contained in:
parent
b7d927cb39
commit
de67dc40bf
2 changed files with 1 additions and 1 deletions
|
|
@ -24,6 +24,7 @@
|
||||||
sound.enable = true;
|
sound.enable = true;
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
resolved.enable = true;
|
||||||
gc.enable = true;
|
gc.enable = true;
|
||||||
geoclue.enable = true;
|
geoclue.enable = true;
|
||||||
tailscale = {
|
tailscale = {
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,6 @@ in
|
||||||
settings = {
|
settings = {
|
||||||
General.EnableNetworkConfiguration = true;
|
General.EnableNetworkConfiguration = true;
|
||||||
Settings.AutoConnect = true;
|
Settings.AutoConnect = true;
|
||||||
Network.NameResolvingService = "resolvconf";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue