index
:
nixos-config
main
Collin's NixOS configurations
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
services
/
nixos
/
wireguard
/
default.nix
blob: f7ecff038fd94da4805813c01f5714e9793a672d (
plain
)
1
2
3
4
5
6
{
imports
=
[
./client.nix
./server.nix
];
}