From f67a24648a27d54edc49cd2d610247832559dfc9 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Mon, 12 Jan 2026 02:31:43 +0900 Subject: [PATCH] skrott: dont allow quitting --- hosts/skrott/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/skrott/configuration.nix b/hosts/skrott/configuration.nix index e5d602a..400837b 100644 --- a/hosts/skrott/configuration.nix +++ b/hosts/skrott/configuration.nix @@ -55,6 +55,7 @@ limitScreenHeight = 42; settings = { + general.quit_allowed = false; database.url = config.sops.secrets."dibbler/postgresql/url".path; }; };