Added NordVPN via NUR

This commit is contained in:
2026-01-04 22:59:23 +01:00
parent 7959af3e39
commit 662afe7238
9 changed files with 137 additions and 56 deletions

View File

@@ -1,8 +1,9 @@
{ currentSystemUser, ... }:
{
virtualisation.podman.enable = true;
virtualisation.podman.dockerCompat = true;
# virtualisation.podman.enable = true;
# virtualisation.podman.dockerCompat = true;
virtualisation.docker.enable = true;
#
programs.virt-manager.enable = true;
users.groups.libvirtd.members = ["${currentSystemUser}"];
virtualisation.libvirtd.enable = true;