infrastructure/hosts/aurum/services/default.nix

6 lines
43 B
Nix

{...}: {
imports = [
./greetd
];
}