From 32fb79d43d184b2eb97ba5db4c38576d4ea45009 Mon Sep 17 00:00:00 2001 From: Colin Date: Thu, 14 Dec 2023 01:57:32 +0000 Subject: [PATCH] dino: auto-start --- hosts/common/programs/dino.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/common/programs/dino.nix b/hosts/common/programs/dino.nix index b0f145d5..dee8bb0f 100644 --- a/hosts/common/programs/dino.nix +++ b/hosts/common/programs/dino.nix @@ -40,7 +40,7 @@ in type = types.submodule { options.autostart = mkOption { type = types.bool; - default = false; + default = true; }; }; };