add wg module

This commit is contained in:
Grigory Shipunov 2025-01-04 21:07:54 +00:00 committed by Grisha Shipunov
parent b28314ca95
commit 3572c93df4
7 changed files with 234 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{ ... }: {
imports = [
./hardware-configuration.nix
./networking.nix # generated at runtime by nixos-infect
./networking.nix
];
boot.tmp.cleanOnBoot = true;