diff options
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; } |
