mirror of
https://github.com/caperren/nixos-configs.git
synced 2025-12-31 11:34:18 +00:00
Working version of ilo fan control script
This commit is contained in:
13
modules/system/ilo-management.nix
Normal file
13
modules/system/ilo-management.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{ 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";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user