pointfichiers/hosts/Zephyrus/default.nix
2024-09-20 06:44:48 +00:00

13 lines
151 B
Nix

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