From 4232ae5b617adc8df6614c4ebd3c83fac70e735e Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Mon, 21 Apr 2025 21:12:22 +0200 Subject: [PATCH] import home-manager, deploy to fedipanel from tf working --- machines/dev/fedi201/fedipanel.nix | 2 +- npins/sources.json | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/machines/dev/fedi201/fedipanel.nix b/machines/dev/fedi201/fedipanel.nix index b49471bb..fdc8205c 100644 --- a/machines/dev/fedi201/fedipanel.nix +++ b/machines/dev/fedi201/fedipanel.nix @@ -7,12 +7,12 @@ let in { imports = [ + (import ../../../panel { }).module ]; security.acme = { acceptTerms = true; - defaults.email = "beheer@procolix.com"; }; age.secrets.panel-ssh-key = { diff --git a/npins/sources.json b/npins/sources.json index cbdcd1dc..56887d43 100644 --- a/npins/sources.json +++ b/npins/sources.json @@ -68,6 +68,19 @@ "url": "https://github.com/hercules-ci/gitignore.nix/archive/637db329424fd7e46cf4185293b9cc8c88c95394.tar.gz", "hash": "02wxkdpbhlm3yk5mhkhsp3kwakc16xpmsf2baw57nz1dg459qv8w" }, + "home-manager": { + "type": "Git", + "repository": { + "type": "GitHub", + "owner": "nix-community", + "repo": "home-manager" + }, + "branch": "master", + "submodules": false, + "revision": "22b326b42bf42973d5e4fe1044591fb459e6aeac", + "url": "https://github.com/nix-community/home-manager/archive/22b326b42bf42973d5e4fe1044591fb459e6aeac.tar.gz", + "hash": "0hwllnym5mrrxinjsq0p9zn39i110c1xixp4x64svl7jjm5zb4c4" + }, "htmx": { "type": "GitRelease", "repository": {