nix-config/hosts/franz/arion/passwords/default.nix
2024-03-07 16:47:24 +01:00

8 lines
139 B
Nix

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