feat: add flaresolvarr, switch to podman, add alacritty padding
This commit is contained in:
parent
fd14358bf7
commit
3105575c38
6 changed files with 41 additions and 12 deletions
|
|
@ -2,11 +2,14 @@
|
|||
|
||||
# virt-manager
|
||||
virtualisation = {
|
||||
docker = {
|
||||
enable = true;
|
||||
storageDriver = "btrfs";
|
||||
};
|
||||
libvirtd.enable = true;
|
||||
podman = {
|
||||
enable = true;
|
||||
# create a `docker` alias for podman, to use it as a drop-in replacement
|
||||
dockerCompat = true;
|
||||
# required for containers under podman-compose to be able to talk to each other.
|
||||
defaultNetwork.settings.dns_enabled = true;
|
||||
};
|
||||
};
|
||||
programs = {
|
||||
dconf.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue