simpler networking, no polkit, no login
This commit is contained in:
parent
cd84573e66
commit
0ebc1b4733
|
@ -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
|
||||
###
|
||||
|
|
Loading…
Reference in a new issue