nixdots/system/services/default.nix
2024-03-23 21:48:54 +01:00

6 lines
40 B
Nix

_: {
imports = [
./ssh.nix
];
}