added wireguard sops config

This commit is contained in:
Leyla Becker 2025-02-22 17:00:05 -06:00
parent c851a1baeb
commit 489106956b
4 changed files with 23 additions and 14 deletions

View file

@ -89,6 +89,11 @@
networkmanager.enable = true;
useDHCP = lib.mkDefault true;
hostName = "horizon"; # Define your hostname.
wireguard.interfaces = {
proton = {
};
};
};
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";