7 lines
117 B
Nix
7 lines
117 B
Nix
{ pkgs, ... }:
|
|
{
|
|
imports = [ ./server.nix ];
|
|
|
|
# Add workstation-specific programs here if needed in the future
|
|
}
|