Files
tuxcord.nix/nixos/hosts/tuxcord-acmetest/default.nix
T
ErrorNoInternet 8cdb3d57c6
Check / Nix flake (push) Failing after 8s
Lint / Nix expressions (push) Failing after 11s
nixos/hosts: declare fileSystems for testing hosts
2026-05-04 00:09:20 -04:00

15 lines
224 B
Nix

{
imports = [
./storage.nix
];
networking.fqdn = "nix.tuxcord.net";
acme.rfc2136.nameserver = "tuxcord.net";
dns.enable = true;
services.getty.autologinUser = "root";
time.timeZone = "Europe/Madrid";
}