pointfichiers/hosts/Zephyrus/default.nix

14 lines
151 B
Nix
Raw Normal View History

{
pkgs,
lib,
config,
...
}: {
imports = [
./hardware-configuration.nix
];
# Set your time zone.
time.timeZone = "Europe/Paris";
}