Define hostSecrets

This commit is contained in:
niten 2024-05-28 11:05:33 -07:00
parent 4fccb6a84e
commit f25509454c
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,10 @@ let
packages = with pkgs; [ rtorrent ]; packages = with pkgs; [ rtorrent ];
hostname = config.instance.hostname;
hostSecrets = config.fudo.secrets.host-secrets."${hostname}";
in { in {
options.fudo.paris-container = with types; { options.fudo.paris-container = with types; {
enable = mkEnableOption "Enable Fudo Paris user server."; enable = mkEnableOption "Enable Fudo Paris user server.";