Compare commits

..

No commits in common. "c089a20c124cdb8e5a5522b2805f708f67e439d9" and "28e01ee2877cd8658f3123f90f312bcaaa925658" have entirely different histories.

2 changed files with 4 additions and 4 deletions

View File

@ -38,11 +38,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1670597555, "lastModified": 1670242877,
"narHash": "sha256-/k939P2S2246G6K5fyvC0U2IWvULhb4ZJg9K7ZxsX+k=", "narHash": "sha256-jBLh7dRHnbfvPPA9znOC6oQfKrCPJ0El8Zoe0BqnCjQ=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "2dea0f4c2d6e4603f54b2c56c22367e77869490c", "rev": "6e51c97f1c849efdfd4f3b78a4870e6aa2da4198",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -20,7 +20,7 @@ in {
useNetworkd = true; useNetworkd = true;
dhcpcd.enable = false; dhcpcd.enable = false;
}; };
systemd.network.wait-online.enable = false; systemd.services."systemd-networkd-wait-online".enable = false;
# Disable DNSSEC # Disable DNSSEC
services.resolved.dnssec = "false"; services.resolved.dnssec = "false";