From 4265ea9b99a74a6ea9d1862a52327513d382bfad Mon Sep 17 00:00:00 2001 From: Colin Date: Fri, 17 May 2024 00:41:32 +0000 Subject: [PATCH] calls: auto-start --- hosts/common/programs/calls.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/common/programs/calls.nix b/hosts/common/programs/calls.nix index 5d2ad665..2c1fc6da 100644 --- a/hosts/common/programs/calls.nix +++ b/hosts/common/programs/calls.nix @@ -25,7 +25,7 @@ in type = types.submodule { options.autostart = mkOption { type = types.bool; - default = false; + default = true; }; }; };