From b98b6854daef50f217fa19ace05dabe2dd3543ce Mon Sep 17 00:00:00 2001 From: prescientmoon Date: Thu, 9 May 2024 16:51:42 +0200 Subject: [PATCH] Disable the microbin eternal pasta setting --- hosts/nixos/lapetus/services/microbin.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/nixos/lapetus/services/microbin.nix b/hosts/nixos/lapetus/services/microbin.nix index a9532c9..3042017 100644 --- a/hosts/nixos/lapetus/services/microbin.nix +++ b/hosts/nixos/lapetus/services/microbin.nix @@ -23,7 +23,7 @@ in # Toggle certain features MICROBIN_READONLY = "true"; # Requires a password to upload MICROBIN_QR = "true"; # Allows generating qr codes - MICROBIN_ETERNAL_PASTA = "true"; # Allows marking pastas to never be deleted + # MICROBIN_ETERNAL_PASTA = "true"; # Allows marking pastas to never be deleted # Make UI more minimal MICROBIN_HIDE_FOOTER = "true";