Add waypipe
This commit is contained in:
@@ -21,6 +21,7 @@
|
|||||||
../modules/ollama.nix
|
../modules/ollama.nix
|
||||||
../modules/wireguard.nix
|
../modules/wireguard.nix
|
||||||
../modules/rdp.nix
|
../modules/rdp.nix
|
||||||
|
../modules/waypipe.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
|
|||||||
8
systems/modules/waypipe.nix
Normal file
8
systems/modules/waypipe.nix
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
waypipe
|
||||||
|
];
|
||||||
|
}
|
||||||
|
|
||||||
@@ -20,6 +20,7 @@
|
|||||||
../modules/remmina.nix
|
../modules/remmina.nix
|
||||||
../modules/postman.nix
|
../modules/postman.nix
|
||||||
../modules/gimp.nix
|
../modules/gimp.nix
|
||||||
|
../modules/waypipe.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user