mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 00:18:28 +02:00
updates
This commit is contained in:
parent
6cb6667093
commit
c8fa651010
4 changed files with 18 additions and 18 deletions
|
@ -64,7 +64,7 @@
|
|||
|
||||
# Enable the OpenSSH daemon.
|
||||
services.openssh.enable = true;
|
||||
services.journald.enableHttpGateway = true;
|
||||
services.journald.gateway.enable = true;
|
||||
programs.mosh.enable = true;
|
||||
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
};
|
||||
services.resolved = {
|
||||
enable = true;
|
||||
# dnssec = "true";
|
||||
dnssec = "true";
|
||||
fallbackDns = [
|
||||
"9.9.9.9"
|
||||
"149.112.112.112"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue