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
+1
View File
@@ -0,0 +1 @@
.claude/
Generated
+49
View File
@@ -0,0 +1,49 @@
{
"nodes": {
"home-manager": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1785119570,
"narHash": "sha256-Rgs2xKnGLFWQscxUaXX07oyZeuMDOHEbqDOsgliLFGM=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "d4fd24667c8cbef124bb70a20380cab75ec8474d",
"type": "github"
},
"original": {
"owner": "nix-community",
"ref": "release-26.05",
"repo": "home-manager",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1785858998,
"narHash": "sha256-fKCq5jphd6l/Ms6gc3dptkw/TcKLYub9lQE5g6rbbkc=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "04607e1165ac22c5fde6dcc54c9e0b3c0487c555",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-26.05",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"home-manager": "home-manager",
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 7
}
+5
View File
@@ -77,5 +77,10 @@
git git
]; ];
services.openssh = {
enable = true;
settings.PasswordAuthentication = true;
};
system.stateVersion = "26.05"; system.stateVersion = "26.05";
} }