summaryrefslogtreecommitdiff
path: root/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'common.nix')
-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
###