nix-config/modules/nix/networking/default.nix
smayzy 75f60590ad
All checks were successful
nixos config pipeline / show-flake (push) Successful in 42s
nixos config pipeline / deploy (push) Successful in 1m4s
add mail
2026-03-06 19:56:49 +01:00

9 lines
85 B
Nix

{ ... }:
{
imports = [
./openssh.nix
./wireshark.nix
./mail.nix
];
}