From 7028f77c2099d6ce00a53f80275a50be3681127d Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Wed, 13 May 2026 13:35:38 +0200 Subject: Added a tempfile to create /mnt/isos --- system/encryption.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/system/encryption.nix b/system/encryption.nix index f7ec45e..397fc98 100644 --- a/system/encryption.nix +++ b/system/encryption.nix @@ -7,6 +7,7 @@ "d /mnt/nixos-config 0755 root root -" "d /mnt/storage 0755 root root -" "d /mnt/tools 0755 root root -" + "d /mnt/isos 0755 root root -" ]; environment.systemPackages = with pkgs; [ -- cgit v1.2.3