Define hostSecrets
This commit is contained in:
parent
4fccb6a84e
commit
f25509454c
|
@ -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.";
|
||||||
|
|
Loading…
Reference in New Issue