From 548a1c5950e8650da76b10f5013663f85de6c3ff Mon Sep 17 00:00:00 2001 From: foglar Date: Wed, 1 Jan 2025 11:35:12 +0100 Subject: [PATCH] allow unfree test --- tsunemori/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/tsunemori/configuration.nix b/tsunemori/configuration.nix index e02b68a..c2ac4bd 100644 --- a/tsunemori/configuration.nix +++ b/tsunemori/configuration.nix @@ -43,6 +43,7 @@ #unzip ]; + allowUnfree = true; environment.etcBackupExtension = ".bak"; system.stateVersion = "24.05"; }