From f1259f73d75b8ca3caa12a9a13e1a3be9ad2d8fd Mon Sep 17 00:00:00 2001 From: Tom Hubrecht Date: Wed, 23 Oct 2024 13:17:59 +0200 Subject: [PATCH] feat(env): Add necessary files --- .credentials/SECRET_KEY | 1 + .rhosts | 1 + default.nix | 4 ++++ 3 files changed, 6 insertions(+) create mode 100644 .credentials/SECRET_KEY create mode 100644 .rhosts diff --git a/.credentials/SECRET_KEY b/.credentials/SECRET_KEY new file mode 100644 index 0000000..545a6ec --- /dev/null +++ b/.credentials/SECRET_KEY @@ -0,0 +1 @@ +insecure-secret-key diff --git a/.rhosts b/.rhosts new file mode 100644 index 0000000..66fd44f --- /dev/null +++ b/.rhosts @@ -0,0 +1 @@ ++@eleves thubrecht diff --git a/default.nix b/default.nix index 1c5378c..1bcdf3c 100644 --- a/default.nix +++ b/default.nix @@ -51,6 +51,9 @@ in ps.markdown ps.pillow ps.loadcredential + + # Dev packages + ps.django-stubs ])) ]; @@ -61,6 +64,7 @@ in BOCAL_DEBUG = builtins.toJSON true; BOCAL_STATIC_ROOT = builtins.toString ./.static; + BOCAL_RHOSTS_PATH = builtins.toString ./.rhosts; }; shellHook = ''