Update flake, replace Docker with Podman, zsh history tweaks

This commit is contained in:
2025-10-02 13:37:52 -04:00
parent 5e40bc1735
commit 6b6ec3cb9e
3 changed files with 35 additions and 24 deletions

View File

@@ -96,7 +96,6 @@
"audio"
"cdrom"
"dialout"
"docker"
"kvm"
"networkmanager"
"tss"
@@ -173,11 +172,14 @@
alejandra
bitwarden-cli
cifs-utils
dive
flashrom
gcc
nixd
pam_u2f
pciutils
podman-compose
podman-tui
python3
qemu
quickemu
@@ -244,7 +246,14 @@
services.yubikey-agent.enable = true;
virtualisation.docker = {
enable = true;
virtualisation = {
containers.enable = true;
podman = {
enable = true;
dockerCompat = true;
defaultNetwork.settings = {
dns_enabled = true;
};
};
};
}