dnssec
This commit is contained in:
@@ -38,6 +38,10 @@ in
|
||||
'';
|
||||
};
|
||||
|
||||
services.dbus.packages = with pkgs; [
|
||||
gsettings-desktop-schemas
|
||||
];
|
||||
|
||||
networking.bridges."lxcbr0".interfaces = [ ];
|
||||
networking.interfaces."lxcbr0".ipv4.addresses = [
|
||||
{
|
||||
@@ -57,7 +61,7 @@ in
|
||||
|
||||
services.resolved = {
|
||||
enable = true;
|
||||
dnssec = "true";
|
||||
dnssec = "allow-downgrade";
|
||||
};
|
||||
networking.nameservers = [
|
||||
"1.1.1.1"
|
||||
@@ -198,6 +202,8 @@ in
|
||||
NIXOS_OZONE_WL = "1";
|
||||
};
|
||||
|
||||
programs.dconf.enable = true;
|
||||
|
||||
# List packages installed in system profile.
|
||||
# You can use https://search.nixos.org/ to find more packages (and options).
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
||||
Reference in New Issue
Block a user