forked from kalipso/infrastructure
[durruti] fix scoping issue
This commit is contained in:
@@ -5,16 +5,6 @@ with lib;
|
|||||||
{
|
{
|
||||||
sops.defaultSopsFile = ./secrets.yaml;
|
sops.defaultSopsFile = ./secrets.yaml;
|
||||||
|
|
||||||
sops.secrets.ep3bsDb = {
|
|
||||||
owner = config.service.ep3-bs.user;
|
|
||||||
key = "ep3bsDb";
|
|
||||||
};
|
|
||||||
|
|
||||||
sops.secrets.ep3bsMail = {
|
|
||||||
owner = config.service.ep3-bs.user;
|
|
||||||
key = "ep3bsMail";
|
|
||||||
};
|
|
||||||
|
|
||||||
boot.isContainer = true;
|
boot.isContainer = true;
|
||||||
networking = {
|
networking = {
|
||||||
hostName = mkDefault "durruti";
|
hostName = mkDefault "durruti";
|
||||||
@@ -62,6 +52,17 @@ with lib;
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
sops.secrets.ep3bsDb = {
|
||||||
|
owner = config.services.ep3-bs.user;
|
||||||
|
key = "ep3bsDb";
|
||||||
|
};
|
||||||
|
|
||||||
|
sops.secrets.ep3bsMail = {
|
||||||
|
owner = config.services.ep3-bs.user;
|
||||||
|
key = "ep3bsMail";
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
system.stateVersion = "22.11"; # Did you read the comment?
|
system.stateVersion = "22.11"; # Did you read the comment?
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user