nixos-config/system/server.nix

9 lines
151 B
Nix

{ ... }:
{
imports = [ ./common.nix ./vpn.nix ];
# use xserver without display manager
services.xserver.displayManager.startx.enable = true;
}