diff options
| author | Grisha Shipunov | 2025-01-12 21:32:36 +0100 |
|---|---|---|
| committer | Grisha Shipunov | 2025-01-12 21:32:36 +0100 |
| commit | bd44fc6fcb1fe3df7b8a8c81839e34470fed7911 (patch) | |
| tree | f1a6118da93cac4f533bb001ccbb43ff18366ef3 /hosts/minime/hardware-configuration.nix | |
| parent | ea46b0bb1edd0c76f9c6cf9dfcc905396e9f66b1 (diff) | |
authentik: init
Diffstat (limited to 'hosts/minime/hardware-configuration.nix')
| -rw-r--r-- | hosts/minime/hardware-configuration.nix | 6 |
1 files changed, 6 insertions, 0 deletions
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"; |
