Files

17 lines
256 B
Nix
Raw Permalink Normal View History

2026-04-07 06:19:05 +02:00
{
imports = [
../common
./configuration.nix
./programs.nix
./secrets.nix
./services
];
extraServices = {
flatpak.enable = false;
ollama.enable = false;
2026-04-26 10:48:52 +02:00
podman.enable = false;
2026-04-07 06:19:05 +02:00
virtualisation.enable = false;
};
}