🔧 fix orbi oci-container nonsense

This commit is contained in:
Ingolf Wagner 2025-02-09 19:19:08 +13:00
parent fa65a98052
commit a6c3212bb1
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
2 changed files with 5 additions and 4 deletions

8
flake.lock generated
View file

@ -1087,11 +1087,11 @@
"treefmt-nix": "treefmt-nix_4"
},
"locked": {
"lastModified": 1738570996,
"narHash": "sha256-sdZBfKqV6zw097DAL0wMECDuPj1/qC8qSIIHOyR8q70=",
"lastModified": 1739081745,
"narHash": "sha256-FGaxXNmvDd6fL22fvbVS9eb+Lr+4UR+xZtkKkUoYuKI=",
"ref": "main",
"rev": "b1c3f6b628a3d317db2d1be0ea07db7feb710dbf",
"revCount": 88,
"rev": "0d764189384d5fa7d9850b4d2f35ed98a0598871",
"revCount": 89,
"type": "git",
"url": "ssh://forgejo@git.ingolf-wagner.de:2222/palo/nixos-private-parts.git"
},

View file

@ -58,6 +58,7 @@
components.network.wifi.enable = false;
components.virtualisation.enable = true; # we only enable this stuff where we need it explicitly
components.virtualisation.podman.enable = false;
virtualisation.oci-containers.backend = "docker";
features.network.fail2ban.enable = true;
features.boot.ssh.enable = true;