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