Add waypipe

This commit is contained in:
2026-03-27 11:35:53 +01:00
parent 9aaba131e1
commit 7c3bdd22a7
3 changed files with 10 additions and 0 deletions

View File

@@ -21,6 +21,7 @@
../modules/ollama.nix
../modules/wireguard.nix
../modules/rdp.nix
../modules/waypipe.nix
];
boot.loader.systemd-boot.enable = true;

View File

@@ -0,0 +1,8 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
waypipe
];
}

View File

@@ -20,6 +20,7 @@
../modules/remmina.nix
../modules/postman.nix
../modules/gimp.nix
../modules/waypipe.nix
];
boot.loader.systemd-boot.enable = true;