Classic CERT.LV moment
This commit is contained in:
@@ -70,12 +70,12 @@
|
|||||||
splix
|
splix
|
||||||
hplip
|
hplip
|
||||||
];
|
];
|
||||||
webInterface = true;
|
webInterface = false;
|
||||||
listenAddresses = [ "*:631" ];
|
listenAddresses = [ "*:631" ];
|
||||||
allowFrom = [ "all" ];
|
allowFrom = [ "localhost" ];
|
||||||
browsing = true;
|
browsing = false;
|
||||||
defaultShared = true;
|
defaultShared = false;
|
||||||
openFirewall = true;
|
openFirewall = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.virt-manager.enable = true;
|
programs.virt-manager.enable = true;
|
||||||
|
|||||||
@@ -15,7 +15,11 @@
|
|||||||
|
|
||||||
virtualisation.docker.enable = true;
|
virtualisation.docker.enable = true;
|
||||||
|
|
||||||
networking.firewall.allowedTCPPorts = [ 22 ];
|
networking.firewall = {
|
||||||
|
enable = true;
|
||||||
|
allowedTCPPorts = [ 8080 443 25565 ];
|
||||||
|
allowedUDPPorts = [ ];
|
||||||
|
}
|
||||||
|
|
||||||
catppuccin = {
|
catppuccin = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
@@ -40,7 +40,8 @@
|
|||||||
|
|
||||||
services.openssh = {
|
services.openssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
banner = "please fuck off\n";
|
ports = [ ];
|
||||||
|
banner = "bro fuck off";
|
||||||
};
|
};
|
||||||
|
|
||||||
security.sudo.enable = true;
|
security.sudo.enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user