7 lines
154 B
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 ];
|
|
}
|