Files
nixos-config/hosts/m3-hermes/default.nix

17 lines
255 B
Nix
Raw 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;
podman.enable = true;
virtualisation.enable = false;
};
}