Home Gen64 @ 2025-10-31-00:22 by jonas@monolith

This commit is contained in:
2025-10-31 00:22:03 +01:00
parent 2ec173bcac
commit 5536caf46d
4 changed files with 143 additions and 0 deletions

View File

@@ -11,6 +11,10 @@
sops = {
age.keyFile = "${home.homeDirectory}/.config/sops/age/keys.txt";
};
sops.secrets.gotifyToken = {
sopsFile = ../secrets/jonas/gotify.yaml;
key = "monolithToken";
};
# hive moduless
hive.doom.enable = true;
@@ -34,6 +38,12 @@
hive.yubikey.enable = true;
hive.zsh.enable = true;
hive.jj.enable = true;
hive.gotify = {
cli.enable = true;
daemon.enable = true;
tokenSopsKey = config.sops.secrets.gotifyToken.name;
host = "gotify.example.de";
};
# Make session variables available in systemd units
# SEE: https://github.com/nix-community/home-manager/pull/5543