fix: commit hardware-configuration.nix per host, remove incorrect gitignore
This commit is contained in:
@@ -77,5 +77,10 @@
|
||||
git
|
||||
];
|
||||
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
settings.PasswordAuthentication = true;
|
||||
};
|
||||
|
||||
system.stateVersion = "26.05";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user