1
0

Compare commits

..

4 Commits

3 changed files with 14 additions and 12 deletions

View File

@ -2,12 +2,13 @@
{ {
networking.networkmanager.extraConfig = '' networking.networkmanager.settings = {
[connectivity] connectivity = {
uri=http://ping.clerie.de/nm-check.txt uri = "http://ping.clerie.de/nm-check.txt";
};
[global-dns] global-dns = {
searches=net.clerie.de searches = "net.clerie.de";
''; };
};
} }

View File

@ -268,11 +268,11 @@
}, },
"nixpkgs_3": { "nixpkgs_3": {
"locked": { "locked": {
"lastModified": 1713297878, "lastModified": 1716293225,
"narHash": "sha256-hOkzkhLT59wR8VaMbh1ESjtZLbGi+XNaBN6h49SPqEc=", "narHash": "sha256-pU9ViBVE3XYb70xZx+jK6SEVphvt7xMTbm6yDIF4xPs=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "66adc1e47f8784803f2deb6cacd5e07264ec2d5c", "rev": "3eaeaeb6b1e08a016380c279f8846e0bd8808916",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -10,8 +10,9 @@ final: prev: {
bij; bij;
inherit (chaosevents.packages.${final.system}) inherit (chaosevents.packages.${final.system})
chaosevents; chaosevents;
inherit (harmonia.packages.${final.system}) harmonia = harmonia.packages.${final.system}.harmonia.override {
harmonia; nixForHarmonia = final.nixVersions.nix_2_21;
};
inherit (ssh-to-age.packages.${final.system}) inherit (ssh-to-age.packages.${final.system})
ssh-to-age; ssh-to-age;
} }