From de7f1872ca040677a97400d791916ce6e0813925 Mon Sep 17 00:00:00 2001
From: sils <sils@sils.li>
Date: Wed, 2 Aug 2023 12:27:52 +0200
Subject: Fix(hosts/thinklappi): Mark /srv as needed for boot

This is mandatory for usage as persistent directory with impermanence
---
 hosts/thinklappi/basesystem.nix | 1 +
 1 file changed, 1 insertion(+)

(limited to 'hosts/thinklappi')

diff --git a/hosts/thinklappi/basesystem.nix b/hosts/thinklappi/basesystem.nix
index 05b9093..54f1daf 100644
--- a/hosts/thinklappi/basesystem.nix
+++ b/hosts/thinklappi/basesystem.nix
@@ -58,6 +58,7 @@
       device = "/dev/disk/by-label/nixos-root";
       fsType = "btrfs";
       options = ["subvol=srv" "compress-force=zstd"];
+      neededForBoot = true;
     };
     "/swap" = {
       device = "/dev/disk/by-label/nixos-root";
-- 
cgit 1.4.1