My NixOS dotfiles
0

Configure Feed

Select the types of activity you want to include in your feed.

⚡️ OpenVPN plugin

Simon R. - fantomitechno (Apr 29, 2026, 10:54 AM +0200) 1446d2a5 5f68e33e

+7 -1
+7 -1
hosts/common/configuration.nix
··· 5 5 nameservers = [ 6 6 "9.9.9.9" 7 7 ]; 8 - networkmanager.enable = true; 8 + networkmanager = { 9 + enable = true; 10 + 11 + plugins = with pkgs; [ 12 + networkmanager-openvpn 13 + ]; 14 + }; 9 15 hosts = { 10 16 "100.116.20.78" = [ 11 17 "knot.fantomitechno.dev"