Make fan service restart after secrets decryption, undo temp changes

This commit is contained in:
2025-12-30 23:48:34 -08:00
parent 469d44f967
commit df8fcec4d9
3 changed files with 12 additions and 16 deletions

View File

@@ -1,13 +0,0 @@
{ config, pkgs, ... }:
{
sops.secrets = {
"ssh/ilouser/id_rsa" = {
sopsFile = ../../secrets/default.yaml;
path = "/root/.ssh/ilo_id_rsa";
};
"ssh/ilouser/id_rsa_pub" = {
sopsFile = ../../secrets/default.yaml;
path = "/root/.ssh/ilo_id_rsa.pub";
};
};
}