0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

nixos/veilid: Add veilid service module

This commit is contained in:
figboy9 2024-07-28 14:03:49 +09:00
parent 4b4a3bf7f6
commit 69c6e3352d
2 changed files with 609 additions and 4 deletions

View file

@ -1236,6 +1236,7 @@
./services/networking/uptermd.nix
./services/networking/v2ray.nix
./services/networking/v2raya.nix
./services/networking/veilid.nix
./services/networking/vdirsyncer.nix
./services/networking/vsftpd.nix
./services/networking/wasabibackend.nix
@ -1694,9 +1695,7 @@
./virtualisation/xe-guest-utilities.nix
./virtualisation/xen-dom0.nix
{
documentation.nixos.extraModules = [
./virtualisation/qemu-vm.nix
./image/repart.nix
];
documentation.nixos.extraModules =
[ ./virtualisation/qemu-vm.nix ./image/repart.nix ];
}
]