nix-stuff/roles/common/default.nix

9 lines
89 B
Nix
Executable file

{ ... }:
{
imports = [
./programs
./services/avahi.nix
./configuration.nix
];
}