{ config, meta, lib, access, ... }: { imports = let inherit (meta) nixos; in [ nixos.sops nixos.base nixos.reisen-ct nixos.tailscale ]; systemd.network.networks.eth0 = { name = "eth0"; matchConfig = { MACAddress = "BC:24:11:C4:66:A9"; Type = "ether"; }; DHCP = "no"; }; sops.defaultSopsFile = ./secrets.yaml; system.stateVersion = "23.11"; }