summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2023-02-06 21:36:41 +0100
committerChristoph Cullmann <cullmann@kde.org>2023-02-06 21:36:41 +0100
commit0ebc1b47338c83be820da5294e83e6898443398c (patch)
treec4db3dcd5e46604538aec6ea3058b265223a94d6
parentcd84573e668b13ae9fc9b4bc85382c410873dc90 (diff)
simpler networking, no polkit, no login
-rw-r--r--common.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/common.nix b/common.nix
index 8c05589..0cf5cbb 100644
--- a/common.nix
+++ b/common.nix
@@ -90,10 +90,6 @@ in
# allow all firmware
hardware.enableAllFirmware = true;
- # use systemd-networkd
- networking.useDHCP = false;
- networking.useNetworkd = true;
-
# ensure firewall is up, allow ssh and http in
networking.firewall.enable = true;
networking.firewall.allowedTCPPorts = [ 22 80 ];
@@ -357,9 +353,6 @@ in
# no need for disk stuff at home
services.udisks2.enable = pkgs.lib.mkForce false;
- # no polkit needed either
- security.polkit.enable = pkgs.lib.mkForce false;
-
###
### per user configuration below
###