13 lines
146 B
Nix
13 lines
146 B
Nix
{
|
|
imports = [
|
|
../common
|
|
./configuration.nix
|
|
./secrets.nix
|
|
./services
|
|
];
|
|
|
|
extraServices = {
|
|
podman.enable = true;
|
|
};
|
|
}
|