Files
infra-nix/hosts/kepler/configuration.nix
T
2026-06-24 07:05:47 +02:00

13 lines
149 B
Nix

{ config, lib, pkgs, ... }:
{
imports = [
./hardware-configuration.nix
../../mod/default.nix
];
time.timeZone = "Europe/Berlin";
}