10 lines
123 B
Nix
10 lines
123 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
environment.systemPackages = with pkgs; [
|
|
wireguard-tools
|
|
];
|
|
|
|
# services.bird2.enable = true;
|
|
}
|