fix: commit hardware-configuration.nix per host, remove incorrect gitignore

This commit is contained in:
2026-08-06 00:27:14 +07:00
parent e491c0f34c
commit 2238607011
3 changed files with 55 additions and 0 deletions
+5
View File
@@ -77,5 +77,10 @@
git
];
services.openssh = {
enable = true;
settings.PasswordAuthentication = true;
};
system.stateVersion = "26.05";
}