From 5002b03b1364a1a172360c7211ad9c85bd7eaf46 Mon Sep 17 00:00:00 2001 From: chris Date: Thu, 18 Sep 2025 09:07:23 +0000 Subject: [PATCH] too lazy to think of a message, so enjoy this pointless text. Good luck future me... --- clanServices/zitadel/default.nix | 2 +- justfile | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100755 justfile diff --git a/clanServices/zitadel/default.nix b/clanServices/zitadel/default.nix index 3a39c1c..c7c68e2 100644 --- a/clanServices/zitadel/default.nix +++ b/clanServices/zitadel/default.nix @@ -38,7 +38,7 @@ in }; perInstance = { instanceName, settings, machine, roles, ... }: { - nixosModule = { config, ... }: { + nixosModule = { config, pkgs, ... }: { clan.core.vars.generators.zitadel = { share = false; diff --git a/justfile b/justfile new file mode 100755 index 0000000..21a5568 --- /dev/null +++ b/justfile @@ -0,0 +1,6 @@ + + +push: + git add . + git commit -m 'too lazy to think of a message, so enjoy this pointless text. Good luck future me...' + git push \ No newline at end of file