Simplify: Git hooks via nix flake check (no systemd, no activation, deleted module)

This commit is contained in:
2026-02-05 18:01:26 +01:00
parent 03baf67e79
commit 67d7313691
9 changed files with 214 additions and 145 deletions

View File

@@ -11,12 +11,14 @@ in
imports = [
./hard.nix
../../modules/ssh/hardened-openssh.nix
../../modules/git-hooks
];
services.git-hooks = {
enable = true;
};
ssh.username = username;
ssh.publicHostname = "eetion";
ssh.authorizedHosts = [
"andromache"
"astyanax"
];
ssh.username = username;
ssh.publicHostname = "eetion";