Files
tuxcord.nix/nixos/hosts/tuxcord-test/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

13 lines
165 B
Nix

{
imports = [
./storage.nix
];
networking.fqdn = "tuxcord.test";
acme.enable = false;
dns.enable = true;
services.getty.autologinUser = "root";
}