configuration/desktop: custom connectivity check url
This commit is contained in:
parent
e2dbc5244c
commit
b83055e0af
@ -4,6 +4,7 @@
|
|||||||
imports = [
|
imports = [
|
||||||
./fonts.nix
|
./fonts.nix
|
||||||
./gnome.nix
|
./gnome.nix
|
||||||
|
./networking.nix
|
||||||
./power.nix
|
./power.nix
|
||||||
./printing.nix
|
./printing.nix
|
||||||
./xserver.nix
|
./xserver.nix
|
||||||
|
10
configuration/desktop/networking.nix
Normal file
10
configuration/desktop/networking.nix
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{ ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
|
||||||
|
networking.networkmanager.extraConfig = ''
|
||||||
|
[connectivity]
|
||||||
|
uri=http://ping.clerie.de/nm-check.txt
|
||||||
|
'';
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user