nix-config/hosts/franz/arion/smarthome/default.nix
2024-03-07 17:03:33 +01:00

7 lines
133 B
Nix

{config, ...}: {
virtualisation.arion = {
projects.smarthome.settings = {
imports = [./arion-compose.nix];
};
};
}