diff --git a/systems/amd-server-vm/configuration.nix b/systems/amd-server-vm/configuration.nix index 0d34c32..898d39d 100644 --- a/systems/amd-server-vm/configuration.nix +++ b/systems/amd-server-vm/configuration.nix @@ -163,6 +163,11 @@ 25565 25566 8888 + 30033 # teamspeak6 file transfer port + ]; + + networking.firewall.allowedUDPPorts = [ + 9987 # teamspeak6 voice port ]; networking.nftables.tables.ip_drop = { family = "inet"; diff --git a/systems/amd-server-vm/mail.nix b/systems/amd-server-vm/mail.nix index e5f8956..7d43166 100644 --- a/systems/amd-server-vm/mail.nix +++ b/systems/amd-server-vm/mail.nix @@ -10,6 +10,7 @@ let lukas:{CRYPT}$2y$05$jqBkvhJ0e439J0PLhef4leOGc3GACGH83kSDCrvmAcsdz68tELkA6:5000:5000::/home/lukas"; work:{CRYPT}$2y$05$bEpY1WJ4j/QovgUv0Pxak.vKcSC/o.0T9OHxaekUpI1GK5mAY6vQS:5000:5000::/home/work"; school:{CRYPT}$2y$05$RRIjDak/PWhHITKMvGJ9b.MSMrsduUXjLJOfuXQ0k.pQX24shAsq2:5000:5000::/home/school"; + spam:{CRYPT}$2y$05$jkoR3nro0ux19Q7eupvvWetRXLazjuQuLUK0V0E7nRY8wwEwMBmoK:5000:5000::/home/spam"; ''; email-domain = "kopatz.dev"; in @@ -151,6 +152,7 @@ in work@${email-domain} ${email-domain}/work/ school@${email-domain} ${email-domain}/school/ test@${email-domain} ${email-domain}/test/ + spam@${email-domain} ${email-domain}/spam/ ''; }; }; diff --git a/systems/dell/configuration.nix b/systems/dell/configuration.nix index a11d8b3..8ab13b9 100644 --- a/systems/dell/configuration.nix +++ b/systems/dell/configuration.nix @@ -49,6 +49,8 @@ xkb.variant = config.mainUser.variant; enable = true; }; + services.displayManager.autoLogin.enable = true; + services.displayManager.autoLogin.user = "kopatz"; services.blueman.enable = true; hardware.bluetooth.enable = true; # enables support for Bluetooth @@ -63,6 +65,7 @@ "boot.shell_on_fail" "udev.log_priority=3" "rd.systemd.show_status=auto" + "mem_sleep_default=s2idle" ]; }; networking.firewall.allowedTCPPorts = [ 3389 ]; # Allow RDP