From 6414bd110b8312593919fe3002e94e21a06deae0 Mon Sep 17 00:00:00 2001 From: sefidel Date: Wed, 15 Feb 2023 00:52:49 +0900 Subject: fix(nixos/kompakt): set /persist neededForBoot --- nixos/kompakt/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nixos') diff --git a/nixos/kompakt/configuration.nix b/nixos/kompakt/configuration.nix index 264526f..1c64427 100644 --- a/nixos/kompakt/configuration.nix +++ b/nixos/kompakt/configuration.nix @@ -67,6 +67,8 @@ "/etc/nixos" ]; + fileSystems."/persist".neededForBoot = true; + # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions # on your system were taken. It‘s perfectly fine and recommended to leave -- cgit 1.4.1