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