nausicaa-wsl: add podman

This commit is contained in:
Luke Granger-Brown 2025-03-24 22:12:43 +00:00
parent 663908e8ce
commit e2da5f2608

View file

@ -12,6 +12,15 @@ in {
../lib/rexxar-distributed.nix
];
virtualisation.podman = {
enable = true;
dockerCompat = true;
dockerSocket.enable = true;
};
users.users.lukegb = {
extraGroups = lib.mkAfter [ "podman" ];
};
# Laptop, don't autodeploy.
my.deploy.enable = false;
my.rundeck.expectedOnline = false;