1

Home/Servenix: Add agenix secrets

This commit is contained in:
2025-07-09 03:10:47 +02:00
parent 1302647f50
commit 1a1ce4246f

View File

@ -3,6 +3,7 @@
nixosConfig, nixosConfig,
config, config,
lib, lib,
username,
... ...
}: { }: {
imports = [ imports = [
@ -10,6 +11,15 @@
]; ];
config = { config = {
modules = {
agenix.secrets.${username} = [
"heidi-discord-token"
"kopia-password"
"kopia-server-username"
"kopia-server-password"
];
};
home.packages = with pkgs; [ home.packages = with pkgs; [
docker-compose docker-compose
]; ];