1
0
Fork 0
nixfiles/configuration/dn42/default.nix

8 lines
89 B
Nix
Raw Normal View History

2020-12-07 18:27:38 +01:00
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
wireguard-tools
];
}