7 lines
153 B
Nix
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/client.nix ];
|
|
}
|