1
0
Fork 0

configuration/desktop: custom connectivity check url

This commit is contained in:
clerie 2023-08-05 20:03:40 +02:00
parent e2dbc5244c
commit b83055e0af
2 changed files with 11 additions and 0 deletions

View File

@ -4,6 +4,7 @@
imports = [
./fonts.nix
./gnome.nix
./networking.nix
./power.nix
./printing.nix
./xserver.nix

View File

@ -0,0 +1,10 @@
{ ... }:
{
networking.networkmanager.extraConfig = ''
[connectivity]
uri=http://ping.clerie.de/nm-check.txt
'';
}