nix-config/modules/nix/networking/default.nix
smayzy 6624ebeff3
All checks were successful
nixos config pipeline / show-flake (push) Successful in 34s
nixos config pipeline / deploy (push) Successful in 26s
move wireshark to mudule and correct permitions
2025-08-14 12:09:44 +02:00

8 lines
70 B
Nix

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