Classic CERT.LV moment

This commit is contained in:
2025-08-18 18:02:51 +03:00
parent 0c20b0855d
commit 9c6964031f
3 changed files with 12 additions and 7 deletions

View File

@@ -70,12 +70,12 @@
splix
hplip
];
webInterface = true;
webInterface = false;
listenAddresses = [ "*:631" ];
allowFrom = [ "all" ];
browsing = true;
defaultShared = true;
openFirewall = true;
allowFrom = [ "localhost" ];
browsing = false;
defaultShared = false;
openFirewall = false;
};
programs.virt-manager.enable = true;

View File

@@ -15,7 +15,11 @@
virtualisation.docker.enable = true;
networking.firewall.allowedTCPPorts = [ 22 ];
networking.firewall = {
enable = true;
allowedTCPPorts = [ 8080 443 25565 ];
allowedUDPPorts = [ ];
}
catppuccin = {
enable = true;

View File

@@ -40,7 +40,8 @@
services.openssh = {
enable = true;
banner = "please fuck off\n";
ports = [ ];
banner = "bro fuck off";
};
security.sudo.enable = true;