This commit is contained in:
2025-03-12 16:03:45 +02:00
parent 04174ccd34
commit 0549fb9fd3
4 changed files with 10 additions and 11 deletions

View File

@ -34,11 +34,6 @@
networking = {
networkmanager.enable = true;
hostName = "vylxae";
# required for syncthing
firewall = {
allowedTCPPorts = [22000];
allowedUDPPorts = [21027 22000];
};
};
boot = {
@ -63,6 +58,7 @@
flatpak.enable = true;
fstrim.enable = true;
openssh.enable = true;
syncthing.openDefaultPorts = true;
};
services.scx = {
enable = true;