Prepare for Kurin rebuild

This commit is contained in:
2026-04-26 13:06:59 +02:00
parent 98ddbb3e68
commit beaf55ead0
3 changed files with 8 additions and 88 deletions

View File

@@ -13,4 +13,9 @@
system.nixos.variantName = lib.mkDefault "Server";
system.nixos.variant_id = lib.mkDefault "server";
services.openssh.enable = true;
boot.initrd.network.ssh = {
enable = true;
port = 21;
};
}