nix-stuff/roles/common/default.nix

7 lines
84 B
Nix
Executable file

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