Enable DNS on the server

This commit is contained in:
Manuel Thalmann 2024-12-08 02:49:28 +01:00
parent fad6cbe1d2
commit 73734293fd
2 changed files with 6 additions and 0 deletions

View file

@ -87,6 +87,11 @@ in {
"94.130.48.193"
"fe80::1"
];
DNS = [
"5.9.164.112"
"1.1.1.1"
];
};
Address = {

View file

@ -6,6 +6,7 @@ begin
function configureSW -V dir
systemctl enable systemd-networkd
systemctl enable systemd-resolved
configureSWBase $argv
end