diff options
Diffstat (limited to 'hosts/dishwasher/hardware-configuration.nix')
| -rw-r--r-- | hosts/dishwasher/hardware-configuration.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hosts/dishwasher/hardware-configuration.nix b/hosts/dishwasher/hardware-configuration.nix index 68182c8..ebbd0ff 100644 --- a/hosts/dishwasher/hardware-configuration.nix +++ b/hosts/dishwasher/hardware-configuration.nix @@ -31,6 +31,12 @@ options = [ "subvol=var-log" "compress=zstd" "noatime" ]; }; + fileSystems."/var/microvms" = + { device = "/dev/disk/by-uuid/2971597a-b364-405d-8bb2-287556e819e1"; + fsType = "btrfs"; + options = [ "subvol=microvms" "compress=zstd" "noatime" ]; + }; + fileSystems."/nix" = { device = "/dev/disk/by-uuid/2971597a-b364-405d-8bb2-287556e819e1"; fsType = "btrfs"; |
