feat: VPN utils

This commit is contained in:
Madeleine Sydney
2025-04-07 21:01:13 -06:00
parent 21fb7efde0
commit 85f5f749d3
7 changed files with 75 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
{ config, pkgs, lib, disko, sydnix-cli, ... }:
{
imports = [
./hardware.nix
@@ -103,6 +104,7 @@
waypipe
sydnix-cli.packages.x86_64-linux.default
(import ../../scripts/port-tools { inherit pkgs; })
(import ../../scripts/vpn-tools { inherit pkgs; })
];
services.openssh = {