Files
clan-core/clanModules/root-password/default.nix

7 lines
154 B
Nix

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