1
0

Compare commits

..

No commits in common. "a2a84a66bc088c06aacf2823ce751da6df5d1e00" and "37685080b9ff89bbf1070872393954cbfba4ff5b" have entirely different histories.

3 changed files with 12 additions and 14 deletions

View File

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

View File

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

View File

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