This commit is contained in:
암냥 2026-09-10 01:54:06 +09:00
commit ed42006971
No known key found for this signature in database
21 changed files with 271 additions and 366 deletions

View file

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