infrastructure/hosts/neodymium/services/default.nix
2023-12-15 16:18:36 +01:00

7 lines
60 B
Nix

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