From dcba96d0859c6876b33b72f657075119e97eed49 Mon Sep 17 00:00:00 2001 From: depsterr Date: Fri, 17 Nov 2023 14:06:28 +0100 Subject: [PATCH] nix registry --- computational/configuration.nix | 12 ++++++++++++ lambda/configuration.nix | 13 ++++++++++++- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/computational/configuration.nix b/computational/configuration.nix index 3a86bf0..b332f4a 100644 --- a/computational/configuration.nix +++ b/computational/configuration.nix @@ -46,6 +46,18 @@ dates = "monthly"; options = "--delete-older-than 30d"; }; + registry = { + templates = { + from = { + type = "indirect"; + id = "templates"; + }; + to = { + type = "git"; + url = "https://githug.xyz/xenchel/templates"; + }; + }; + }; }; nixpkgs.config.allowUnfree = true; diff --git a/lambda/configuration.nix b/lambda/configuration.nix index d805408..d2ad985 100644 --- a/lambda/configuration.nix +++ b/lambda/configuration.nix @@ -91,9 +91,20 @@ dates = "monthly"; options = "--delete-older-than 30d"; }; + registry = { + templates = { + from = { + type = "indirect"; + id = "templates"; + }; + to = { + type = "git"; + url = "https://githug.xyz/xenchel/templates"; + }; + }; + }; }; - nixpkgs.config.allowUnfree = true; # [DESKTOP / XORG / WAYLAND]