From 35e93ce43b12e3be922e37b27f74d5d4b86929f4 Mon Sep 17 00:00:00 2001 From: root@dishwasher Date: Sun, 26 Jun 2022 21:17:20 +0200 Subject: nextcloud: init --- hosts/dishwasher/hardware-configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'hosts/dishwasher/hardware-configuration.nix') 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"; -- cgit v1.3.1