Extract wireguard configuration tools to library

This commit is contained in:
Fabian Hauser 2020-11-29 13:02:05 +00:00
parent 03907d416d
commit 155c01b9c1
5 changed files with 36 additions and 30 deletions

View file

@ -4,6 +4,8 @@
{
imports = [ ../../modules ];
nixpkgs.overlays = [(import ../../overlays)];
system.autoUpgrade.enable = true;
system.autoUpgrade.allowReboot = false;