non important commit

This commit is contained in:
Jiří Maxmilián Stříbrný 2026-04-09 12:16:23 +02:00
parent 0392be85f0
commit 05bcfe1a84
2 changed files with 43 additions and 65 deletions

View file

@ -8,7 +8,7 @@
nixpkgs.config.allowUnfree = true;
networking = {
networkmanager.enable = false;
networkmanager.enable = true;
hostName = "max-${device-name}";
proxy.noProxy = "127.0.0.1,localhost,internal.domain";
firewall = {
@ -40,8 +40,6 @@
settings.Login.powerKeyLongPress = "poweroff";
};
services.connman.enable = true;
hardware.sensor.iio.enable = true;
security.rtkit.enable = true;