Update flake, replace Docker with Podman, zsh history tweaks
This commit is contained in:
@@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user