From 96e5d27277cbfb4138048bee84acc888bdf1dba8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Maxmili=C3=A1n=20St=C5=99=C3=ADbrn=C3=BD?= Date: Thu, 2 Apr 2026 14:45:16 +0200 Subject: [PATCH] non important commit --- configuration/modules/system.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/modules/system.nix b/configuration/modules/system.nix index 3a31e43..e722a9b 100644 --- a/configuration/modules/system.nix +++ b/configuration/modules/system.nix @@ -8,7 +8,7 @@ nixpkgs.config.allowUnfree = true; networking = { - networkmanager.enable = true; + networkmanager.enable = false; hostName = "max-${device-name}"; proxy.noProxy = "127.0.0.1,localhost,internal.domain"; firewall = {