Files
infra-nix/hosts/kepler/configuration.nix
T
2026-07-01 08:41:02 +02:00

13 lines
145 B
Nix

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