Files
tuxcord.nix/nixos/hosts/tuxcord-test/default.nix
T
javalsai 2340c89d43
Check / Nix flake (push) Failing after 10s
Lint / Nix expressions (push) Failing after 11s
treewide: add autologin on testing hosts
2026-05-03 23:25:58 -04:00

9 lines
127 B
Nix

{
networking.fqdn = "tuxcord.test";
acme.enable = false;
dns.enable = true;
services.getty.autologinUser = "root";
}