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