mirror of
https://github.com/davegallant/nix-config
synced 2026-03-03 12:46:34 +00:00
Switch back to docker from podman
This commit is contained in:
@@ -108,8 +108,6 @@
|
|||||||
unstable.ktailctl
|
unstable.ktailctl
|
||||||
unstable.mcpelauncher-ui-qt
|
unstable.mcpelauncher-ui-qt
|
||||||
unstable.obsidian
|
unstable.obsidian
|
||||||
unstable.podman
|
|
||||||
unstable.podman-compose
|
|
||||||
unstable.podman-desktop
|
unstable.podman-desktop
|
||||||
unstable.ryubing
|
unstable.ryubing
|
||||||
unstable.signal-desktop-bin
|
unstable.signal-desktop-bin
|
||||||
@@ -254,8 +252,9 @@
|
|||||||
users.users.dave = {
|
users.users.dave = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = [
|
extraGroups = [
|
||||||
"wheel"
|
"docker"
|
||||||
"libvirtd"
|
"libvirtd"
|
||||||
|
"wheel"
|
||||||
];
|
];
|
||||||
shell = pkgs.fish;
|
shell = pkgs.fish;
|
||||||
};
|
};
|
||||||
@@ -473,7 +472,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
virtualisation = {
|
virtualisation = {
|
||||||
podman.enable = true;
|
docker.enable = true;
|
||||||
libvirtd = {
|
libvirtd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
qemu.swtpm.enable = true;
|
qemu.swtpm.enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user