Add secrets file configuration to nix

This commit is contained in:
2026-07-02 21:46:57 +01:00
parent 8a3b4e1d49
commit 343ab84f42
+7
View File
@@ -60,6 +60,13 @@
git git
]; ];
# Secrets file
sops.age.keyFile = "/home/me/.config/sops/age/keys.txt";
sops.secrets."main.env" = {
sopsFile = ../secrets/main.env;
format = "dotenv";
};
# Enable the OpenSSH daemon. # Enable the OpenSSH daemon.
services.openssh.enable = true; services.openssh.enable = true;