Files
tuxcord.nix/nixos/hosts/tuxcord-test/default.nix
T
javalsai 14e4ebdac5
Check / Nix flake (push) Failing after 10s
Lint / Nix expressions (push) Failing after 11s
dev: add autologin on testing configurations
2026-05-04 05:10:19 +02:00

9 lines
127 B
Nix

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