Ntfy config for Thor and Odin

This commit is contained in:
Filippo Berto 2024-03-07 10:04:53 +01:00
parent 548ffa8a2d
commit 6791ed0494
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
6 changed files with 26 additions and 9 deletions

View file

@ -1,10 +1,13 @@
{ config, pkgs, lib, ... }:
{
age.secrets = {
odin_wg_priv = { file = ../../secrets/odin_wg_priv.age; };
ntfy-odin = { file = ../../secrets/ntfy-odin.age; owner = "bertof"; };
odin_wg_priv.file = ../../secrets/odin_wg_priv.age;
};
# Use the systemd-boot EFI boot loader.
boot = {
# kernelPackages = pkgs.linuxPackages_latest;

View file

@ -3,6 +3,7 @@
age.secrets = {
thor_wg_priv = { file = ../../secrets/thor_wg_priv.age; };
ntfy-thor = { file = ../../secrets/ntfy-thor.age; owner = "bertof"; };
};
boot = {