mirror of
https://github.com/davegallant/nix-config
synced 2025-10-03 06:26:00 +00:00
Add podman, podman-compose, podman-desktop
This commit is contained in:
@@ -95,7 +95,6 @@ in
|
||||
cryptsetup
|
||||
dbeaver-bin
|
||||
discord
|
||||
docker-compose
|
||||
freefilesync
|
||||
gimp-with-plugins
|
||||
gnome-tweaks
|
||||
@@ -112,6 +111,9 @@ in
|
||||
pciutils
|
||||
pika-backup
|
||||
pinentry-curses
|
||||
podman
|
||||
podman-compose
|
||||
podman-desktop
|
||||
protonvpn-gui
|
||||
qemu
|
||||
traceroute
|
||||
@@ -246,7 +248,6 @@ in
|
||||
users.users.dave = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [
|
||||
"docker"
|
||||
"wheel"
|
||||
"libvirtd"
|
||||
"corectrl"
|
||||
@@ -497,7 +498,6 @@ in
|
||||
};
|
||||
|
||||
virtualisation = {
|
||||
docker.enable = true;
|
||||
podman.enable = true;
|
||||
libvirtd = {
|
||||
enable = true;
|
||||
|
Reference in New Issue
Block a user