mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
refactor
This commit is contained in:
parent
de7cbc2052
commit
da6f6d58c3
@ -47,7 +47,6 @@ in
|
||||
#../../modules/android.nix
|
||||
#../../modules/podman.nix
|
||||
#../../modules/docker.nix
|
||||
../../modules/dns.nix
|
||||
];
|
||||
|
||||
# Manually enable compression
|
||||
|
@ -47,7 +47,6 @@ in
|
||||
../../modules/android.nix
|
||||
#../../modules/podman.nix
|
||||
../../modules/docker.nix
|
||||
../../modules/dns.nix
|
||||
];
|
||||
|
||||
# Manually enable compression
|
||||
|
@ -49,7 +49,6 @@ in
|
||||
#../../modules/android.nix
|
||||
#../../modules/podman.nix
|
||||
../../modules/docker.nix
|
||||
../../modules/dns.nix
|
||||
];
|
||||
|
||||
# Manually enable compression
|
||||
|
@ -16,6 +16,15 @@
|
||||
# Enable networking.
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
networking.nameservers = [
|
||||
# https://www.kuketz-blog.de/empfehlungsecke/#dns
|
||||
# dot.ffmuc.net (supports DNSSEC)
|
||||
"5.1.66.255" "185.150.99.255"
|
||||
# https://www.kuketz-blog.de/empfehlungsecke/#dns
|
||||
# unfiltered.adguard-dns.com (supports DNSSEC)
|
||||
"94.140.14.140" "94.140.14.141"
|
||||
];
|
||||
|
||||
# Set your time zone.
|
||||
time.timeZone = "Europe/Berlin";
|
||||
|
||||
|
@ -1,12 +0,0 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
networking.nameservers = [
|
||||
# https://www.kuketz-blog.de/empfehlungsecke/#dns
|
||||
# dot.ffmuc.net (unterstützt DNSSEC)
|
||||
"5.1.66.255" "185.150.99.255"
|
||||
# https://www.kuketz-blog.de/empfehlungsecke/#dns
|
||||
# unfiltered.adguard-dns.com (unterstützt DNSSEC)
|
||||
"94.140.14.140" "94.140.14.141"
|
||||
];
|
||||
}
|
Loading…
Reference in New Issue
Block a user