5 lines
57 B
Nix
5 lines
57 B
Nix
{ config, pkgs, ... }:
|
|
{
|
|
silo.podman.enable = false;
|
|
}
|
{ config, pkgs, ... }:
|
|
{
|
|
silo.podman.enable = false;
|
|
}
|