1

System/Darwinix: Import sops secrets

This commit is contained in:
2026-03-26 20:46:38 +01:00
parent d20ce66646
commit 8576db096f

View File

@ -10,6 +10,15 @@
hostname, hostname,
... ...
}: { }: {
systemmodules = {
sops-nix.secrets.${username} = [
"ssh-private-key"
"nix-github-token"
"docker-password"
"jellyfin-password"
];
};
nix = mylib.nixos.mkCommonNixSettings username; nix = mylib.nixos.mkCommonNixSettings username;
networking = { networking = {