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