sync config

This commit is contained in:
Christoph Cullmann 2023-02-04 16:31:22 +01:00
parent 04041896e7
commit 2780817145

View file

@ -94,8 +94,9 @@ in
networking.useDHCP = false; networking.useDHCP = false;
networking.useNetworkd = true; networking.useNetworkd = true;
# ensure firewall is up # ensure firewall is up, allow ssh and http in
networking.firewall.enable = true; networking.firewall.enable = true;
networking.firewall.allowedTCPPorts = [ 22 80 ];
# swap to RAM # swap to RAM
zramSwap.enable = true; zramSwap.enable = true;
@ -343,6 +344,9 @@ in
Defaults lecture = never Defaults lecture = never
''; '';
# use some small web server to have easy file sharing at home
services.nginx.enable = true;
### ###
### per user configuration below ### per user configuration below
### ###
@ -438,7 +442,6 @@ in
texlive.combined.scheme-small texlive.combined.scheme-small
tigervnc tigervnc
tk tk
uim
unrar unrar
unzip unzip
usbutils usbutils