{ config, pkgs, ... }: { imports = [ ./hardware-configuration.nix ../../modules ]; sbruder = { restic.enable = true; }; networking.hostName = "vueko"; system.stateVersion = "20.09"; }