laptop: enable podman

This commit is contained in:
Lgmrszd 2025-02-28 00:01:00 +04:00
parent 8d1c533691
commit a4bfec80b2
No known key found for this signature in database
GPG key ID: 9396B8BA6FBB14DE

View file

@ -173,8 +173,18 @@ in
programs.gamemode.enable = true;
# VirtualBox
# Virtualisation
virtualisation.docker.enable = true;
virtualisation.containers.enable = true;
virtualisation = {
podman = {
enable = true;
dockerCompat = false;
defaultNetwork.settings.dns_enabled = true;
};
};
virtualisation.waydroid.enable = true;
virtualisation.virtualbox.host.enable = true;
virtualisation.virtualbox.host.package = pkgs.virtualbox;
@ -319,7 +329,7 @@ in
users.users.lgm = {
isNormalUser = true;
description = "lgm";
extraGroups = [ "networkmanager" "wheel" "adbusers" "docker" "wireshark"];
extraGroups = [ "networkmanager" "wheel" "adbusers" "docker" "podman" "wireshark"];
shell = pkgs.fish;
};