nix-flakes/modules/mizukios/machine.nix
2026-09-10 01:54:06 +09:00

9 lines
152 B
Nix

{ inputs, ... }:
{
imports = [
./base
"${inputs.self}/modules/mizukios/features/remote/ssh.nix"
];
networking.firewall.enable = false;
}