Compare commits

..

3 Commits

Author SHA1 Message Date
coolneng c089a20c12
Adapt networkd wait-online to upstream changes 2022-12-10 23:58:00 +01:00
coolneng 0a43799e48 flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/2787fc7d1e51404678614bf0fe92fc296746eec0' (2022-12-08)
  → 'github:NixOS/nixpkgs/2dea0f4c2d6e4603f54b2c56c22367e77869490c' (2022-12-09)
2022-12-10 22:31:34 +01:00
coolneng 753e5c5472 flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/6e51c97f1c849efdfd4f3b78a4870e6aa2da4198' (2022-12-05)
  → 'github:NixOS/nixpkgs/2787fc7d1e51404678614bf0fe92fc296746eec0' (2022-12-08)
2022-12-09 22:31:20 +01:00
2 changed files with 4 additions and 4 deletions

View File

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

View File

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