diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-05-31 14:40:27 -0500 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-05-31 14:40:27 -0500 |
| commit | 9ef174152929b038b01bc2f261b719a57cdad654 (patch) | |
| tree | 97786317ef5d3de3db76cbd8f40424d5398c6319 /hosts/mercury/disks.nix | |
| parent | 35af4bab99da94845ebd6e9b2efae6a544d39b35 (diff) | |
stuff
Diffstat (limited to 'hosts/mercury/disks.nix')
| -rw-r--r-- | hosts/mercury/disks.nix | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/hosts/mercury/disks.nix b/hosts/mercury/disks.nix index 7ef2d0d..a8cfda3 100644 --- a/hosts/mercury/disks.nix +++ b/hosts/mercury/disks.nix @@ -1,4 +1,4 @@ -{ +{lib, ...}: { fileSystems."/" = { device = "/dev/disk/by-uuid/3d80a86b-3268-4209-a833-b531b8bc0ebc"; fsType = "ext4"; @@ -24,4 +24,9 @@ boot.kernelParams = [ "resume=LABEL=swap" ]; + + virtualisation.vmVariant = { + swapDevices = lib.mkForce []; + boot.kernelParams = lib.mkForce []; + }; } |
