podman and opensnitch
This commit is contained in:
parent
23ca86c7d5
commit
e75efe4c5c
4 changed files with 7 additions and 5 deletions
|
|
@ -88,7 +88,7 @@
|
|||
awscli2
|
||||
# azure-cli
|
||||
google-cloud-sdk
|
||||
docker-compose
|
||||
podman-compose
|
||||
argocd
|
||||
fluxcd
|
||||
kubectx # switch between contexts/namespaces
|
||||
|
|
|
|||
|
|
@ -42,7 +42,4 @@
|
|||
# Virtualization (KVM/QEMU)
|
||||
virtualisation.libvirtd.enable = true;
|
||||
programs.virt-manager.enable = true;
|
||||
|
||||
# Docker
|
||||
virtualisation.docker.enable = true;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -49,6 +49,9 @@
|
|||
implicitPolicyTarget = "block";
|
||||
};
|
||||
|
||||
# OpenSnitch Application Firewall
|
||||
services.opensnitch.enable = true;
|
||||
|
||||
security.pam.loginLimits = [
|
||||
{ domain = "*"; item = "core"; type = "-"; value = "0"; }
|
||||
];
|
||||
|
|
@ -84,5 +87,7 @@
|
|||
lynis
|
||||
audit
|
||||
tcpdump
|
||||
bandwhich
|
||||
opensnitch-ui
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
users.users.asxpi = {
|
||||
isNormalUser = true;
|
||||
description = "Sergei P";
|
||||
extraGroups = [ "networkmanager" "wheel" "dialout" "libvirtd" "docker" ];
|
||||
extraGroups = [ "networkmanager" "wheel" "dialout" "libvirtd" "podman" ];
|
||||
shell = pkgs.zsh;
|
||||
packages = with pkgs; [
|
||||
# Internet
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue