This commit is contained in:
Hadi 2024-06-19 21:47:33 +02:00
parent f2b659add1
commit c9ba9b30fe
2 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,7 @@
# System
./system/git
./system/shell
./system/sops/server.nix # You should probably remove this line
# ./system/sops/server.nix # You should probably remove this line
];
home = {

View File

@ -5,6 +5,7 @@
sops = {
age.keyFile = "/home/hadi/.config/sops/age/keys.txt";
defaultSopsFile = "../../../secrets/server.yaml";
defaultSopsFormat = "yaml";
secrets = {
sshconfig = {
path = "/home/hadi/.ssh/config";