diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-08-20 12:34:03 -0500 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-08-20 12:34:03 -0500 |
| commit | 967ec14cba166079d71d67f4137ee62fca315d62 (patch) | |
| tree | d440d4443b181c54a21b64197f03b757a90b6d14 /hosts/mercury/nixos.nix | |
| parent | 2b1c6161c5d2381cbfe224694dfb218aee0b6da1 (diff) | |
rekey a bunch of secrets, other stuff
Diffstat (limited to 'hosts/mercury/nixos.nix')
| -rw-r--r-- | hosts/mercury/nixos.nix | 6 |
1 files changed, 6 insertions, 0 deletions
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; } |
