authentik: init

This commit is contained in:
Grisha Shipunov 2025-01-12 21:32:36 +01:00
parent ea46b0bb1e
commit bd44fc6fcb
12 changed files with 428 additions and 26 deletions

View file

@ -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";