Compare commits
4 Commits
37685080b9
...
a2a84a66bc
Author | SHA1 | Date | |
---|---|---|---|
a2a84a66bc | |||
5100591978 | |||
2d7c6f5c02 | |||
|
b383f4dcc8 |
@ -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";
|
||||||
'';
|
};
|
||||||
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -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": {
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user