Allow doubles on linode

This commit is contained in:
Greg Hellings
2025-06-19 23:53:49 -05:00
parent d85012e1b3
commit 1375bb26fc
2 changed files with 16 additions and 5 deletions
+5 -1
View File
@@ -1,6 +1,10 @@
{ ... }:
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
podman-compose
];
virtualisation.podman = {
enable = true;
dockerCompat = true;