{ pkgs, ... }: { imports = [ ./hardware.nix ./secret.nix ]; time.timeZone = "Europe/Berlin"; networking.hostId = "b352adfe"; # Machine-specific module settings chvp = { stateVersion = "20.09"; base = { network.ovh.enable = true; nix.enableDirenv = false; zfs = { backups = [{ path = "zroot/safe/data"; remotePath = "zdata/recv/lasting-integrity/safe/data"; fast = true; location = "192.168.0.1"; }]; rootDataset = "zroot/local/root"; }; }; development = { docker.enable = true; git.enable = true; }; games.tetris.server = true; services = { matrix.enable = true; nextcloud.enable = true; syncthing.enable = true; }; }; }