nix-config/modules/nix/networking/default.nix
smayzy 6d245ab923
Some checks failed
nixos config pipeline / show-flake (push) Successful in 34s
nixos config pipeline / deploy (push) Failing after 47s
clean wireshark
2026-04-07 18:05:07 +02:00

8 lines
65 B
Nix

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