Files

9 lines
97 B
Nix

{
imports = [
./hardware.nix
./storage.nix
];
time.timeZone = "Canada/Eastern";
}