10 lines
132 B
Nix
10 lines
132 B
Nix
{
|
|
imports = [
|
|
./hardware.nix
|
|
./storage.nix
|
|
];
|
|
|
|
time.timeZone = "Canada/Eastern";
|
|
networking.fqdn = "tuxcord.net";
|
|
}
|