8 Commits

Author SHA1 Message Date
javalsai 598bd24e48 docs: add sections and fix typos/errors
Check / Nix flake (push) Failing after 9s
Lint / Nix expressions (push) Failing after 10s
2026-05-03 20:36:56 -04:00
ErrorNoInternet d90d8d5329 treewide: initialize npins 2026-05-03 20:36:56 -04:00
ErrorNoInternet 32506360c6 treewide: refactor code 2026-05-03 20:36:56 -04:00
javalsai 0fd9693941 nixos/security: add acme through dns challenge
few side refactors of this:
- no more `dns.domain`, it all must rely on `fqdn`, prevents
  inconsistencies.
- also added an specific host `tuxcord-acmetest` that uses the key zone
  for `nix.tuxcord.net` to test certificate pulling.
2026-05-03 20:36:49 -04:00
javalsai 516ac80d28 docs: document installation, secrets, and setup steps
Check / Nix flake (push) Failing after 8s
Lint / Nix expressions (push) Failing after 10s
2026-05-03 20:36:49 -04:00
javalsai 88b724d927 nixos/services: make dns configuration easier 2026-05-03 20:36:49 -04:00
javalsai e5a38b15ee nixos/service: add dns (bind named server) 2026-05-03 20:36:49 -04:00
javalsai 6b2c8d482c nixos/programs: add bind utils 2026-05-03 20:36:49 -04:00
-8
View File
@@ -10,14 +10,6 @@
PermitRootLogin = "no"; PermitRootLogin = "no";
}; };
}; };
<<<<<<< HEAD
networking.firewall.allowedTCPPorts = [ 22 ]; networking.firewall.allowedTCPPorts = [ 22 ];
||||||| parent of 1c2f11d (lib/ssh: add more ssh keys)
users.users.root.openssh.authorizedKeys.keys = builtins.attrValues {
inherit (import "${self}/lib/ssh/keys.nix") error javalsai;
};
=======
>>>>>>> 1c2f11d (lib/ssh: add more ssh keys)
} }