password for root and enabled root ssh login (very important trust)

This commit is contained in:
2026-07-29 14:19:50 +01:00
parent b4e4de4cc8
commit f873b1e579
2 changed files with 19 additions and 11 deletions

View File

@@ -21,8 +21,10 @@
]
++ modules;
services = {
openssh.enable = true;
avahi.enable = true;
openssh = {
enable = true;
permitRootLogin = "yes";
};
};
environment.systemPackages = with pkgs; [
vim