diff options
| author | root@dishwasher | 2022-06-26 21:17:20 +0200 |
|---|---|---|
| committer | root@dishwasher | 2022-06-26 21:17:20 +0200 |
| commit | 35e93ce43b12e3be922e37b27f74d5d4b86929f4 (patch) | |
| tree | 14050d1e3f233c53f2ec2e46f9fde1d1a116d163 /hosts/dishwasher/hardware-configuration.nix | |
| parent | 56ab27d66128ff3891708a5ddde4ecd2a5e3ded5 (diff) | |
nextcloud: init
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"; |
