summary refs log tree commit diff
path: root/modules/work/default.nix
blob: d617bc41f74bde0dad40877e38a3b07b9fd86886 (plain)
1
2
3
4
5
6
7
{ ... }:

{
  imports = [
    ./wireguard.nix
  ];
}