diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-05-13 13:35:38 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-05-13 13:35:38 +0200 |
| commit | 7028f77c2099d6ce00a53f80275a50be3681127d (patch) | |
| tree | 08e59b882a5a9ea83e9f8a1b701ca20250752518 | |
| parent | 2bdf290d59d1b00287cb97e76e2a8fe41c58d9c5 (diff) | |
Added a tempfile to create /mnt/isos
| -rw-r--r-- | system/encryption.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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; [ |
