This commit is contained in:
2025-04-04 22:52:46 -04:00
parent 816d8a54df
commit 95b296e821
7 changed files with 63 additions and 32 deletions

View File

@@ -24,10 +24,8 @@ in
};
};
sops.secrets = {
"reichard_ssh_key" = {
sopsFile = lib.snowfall.fs.get-file "secrets/default.yaml";
};
sops.secrets.builder_ssh_key = {
sopsFile = lib.snowfall.fs.get-file "secrets/default.yaml";
};
};
}