chore: run formatter

This commit is contained in:
2025-09-27 22:27:55 +05:00
parent 23ddc84bfc
commit 307b866cc6
44 changed files with 230 additions and 228 deletions

View File

@@ -1,4 +1,4 @@
{ pkgs, ... }: {
{pkgs, ...}: {
virtualisation = {
podman = {
enable = true;
@@ -11,7 +11,7 @@
};
};
containers = { registries = { search = [ "docker.io" ]; }; };
containers = {registries = {search = ["docker.io"];};};
libvirtd = {
enable = true;
@@ -20,7 +20,7 @@
ovmf = {
enable = true;
packages = with pkgs; [ OVMFFull.fd ];
packages = with pkgs; [OVMFFull.fd];
};
};
};