Compare commits
No commits in common. "a2a84a66bc088c06aacf2823ce751da6df5d1e00" and "37685080b9ff89bbf1070872393954cbfba4ff5b" have entirely different histories.
a2a84a66bc
...
37685080b9
@ -2,13 +2,12 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
|
|
||||||
networking.networkmanager.settings = {
|
networking.networkmanager.extraConfig = ''
|
||||||
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
|
||||||
};
|
'';
|
||||||
};
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -268,11 +268,11 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs_3": {
|
"nixpkgs_3": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1716293225,
|
"lastModified": 1713297878,
|
||||||
"narHash": "sha256-pU9ViBVE3XYb70xZx+jK6SEVphvt7xMTbm6yDIF4xPs=",
|
"narHash": "sha256-hOkzkhLT59wR8VaMbh1ESjtZLbGi+XNaBN6h49SPqEc=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "3eaeaeb6b1e08a016380c279f8846e0bd8808916",
|
"rev": "66adc1e47f8784803f2deb6cacd5e07264ec2d5c",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -10,9 +10,8 @@ final: prev: {
|
|||||||
bij;
|
bij;
|
||||||
inherit (chaosevents.packages.${final.system})
|
inherit (chaosevents.packages.${final.system})
|
||||||
chaosevents;
|
chaosevents;
|
||||||
harmonia = harmonia.packages.${final.system}.harmonia.override {
|
inherit (harmonia.packages.${final.system})
|
||||||
nixForHarmonia = final.nixVersions.nix_2_21;
|
harmonia;
|
||||||
};
|
|
||||||
inherit (ssh-to-age.packages.${final.system})
|
inherit (ssh-to-age.packages.${final.system})
|
||||||
ssh-to-age;
|
ssh-to-age;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user