Files
clan-core/clanModules/sshd/default.nix
2024-11-19 09:46:14 +00:00

7 lines
153 B
Nix

# Dont import this file
# It is only here for backwards compatibility.
# Dont author new modules with this file.
{
imports = [ ./roles/server.nix ];
}