From bd44fc6fcb1fe3df7b8a8c81839e34470fed7911 Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Sun, 12 Jan 2025 21:32:36 +0100 Subject: authentik: init --- hosts/minime/hardware-configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'hosts/minime/hardware-configuration.nix') diff --git a/hosts/minime/hardware-configuration.nix b/hosts/minime/hardware-configuration.nix index 7e17821..ae2a528 100644 --- a/hosts/minime/hardware-configuration.nix +++ b/hosts/minime/hardware-configuration.nix @@ -65,6 +65,12 @@ options = [ "zfsutil" ]; }; + fileSystems."/var/lib/microvms" = { + device = "zpool/data/var/lib/microvms"; + fsType = "zfs"; + options = [ "zfsutil" ]; + }; + swapDevices = [ { device = "/dev/disk/by-partuuid/7e7d0e0b-90b7-465c-a022-089b38e0f16d"; -- cgit v1.3.1