From 967ec14cba166079d71d67f4137ee62fca315d62 Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Thu, 20 Aug 2026 12:34:03 -0500 Subject: rekey a bunch of secrets, other stuff --- hosts/mercury/nixos.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'hosts/mercury/nixos.nix') diff --git a/hosts/mercury/nixos.nix b/hosts/mercury/nixos.nix index 4fe5756..02d4b96 100644 --- a/hosts/mercury/nixos.nix +++ b/hosts/mercury/nixos.nix @@ -37,6 +37,12 @@ '' ]; + # get perl out of my closure + system = { + etc.overlay.enable = true; + nixos-init.enable = true; + }; + # required for vm testing virtualisation.vmVariant.virtualisation.diskSize = 8192; } -- cgit v1.3.1