import home-manager, deploy to fedipanel from tf working

This commit is contained in:
Kiara Grouwstra 2025-04-21 21:12:22 +02:00
parent 2a55d364ae
commit 4232ae5b61
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU
2 changed files with 14 additions and 1 deletions

View file

@ -7,12 +7,12 @@ let
in in
{ {
imports = [ imports = [
<home-manager/nixos>
(import ../../../panel { }).module (import ../../../panel { }).module
]; ];
security.acme = { security.acme = {
acceptTerms = true; acceptTerms = true;
defaults.email = "beheer@procolix.com";
}; };
age.secrets.panel-ssh-key = { age.secrets.panel-ssh-key = {

View file

@ -68,6 +68,19 @@
"url": "https://github.com/hercules-ci/gitignore.nix/archive/637db329424fd7e46cf4185293b9cc8c88c95394.tar.gz", "url": "https://github.com/hercules-ci/gitignore.nix/archive/637db329424fd7e46cf4185293b9cc8c88c95394.tar.gz",
"hash": "02wxkdpbhlm3yk5mhkhsp3kwakc16xpmsf2baw57nz1dg459qv8w" "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": { "htmx": {
"type": "GitRelease", "type": "GitRelease",
"repository": { "repository": {