mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-17 11:58:00 -06:00
chore: cleaned up some stuff
This commit is contained in:
parent
09926277fd
commit
77dcbe3c33
12 changed files with 104 additions and 168 deletions
|
|
@ -9,22 +9,22 @@ let
|
|||
inherit (import ../config { inherit flake; }) vaultwardenVM;
|
||||
inherit (flake.config.services) instances;
|
||||
|
||||
interface0Cfg = instances.vaultwarden.interfaces.interface1;
|
||||
smtpCfg = instances.smtp;
|
||||
interfaceCfg = instances.vaultwarden.interfaces.interface1;
|
||||
smtCfg = instances.smtp;
|
||||
host = flake.inputs.linkpage.secrets.domains.projectsite;
|
||||
|
||||
vaultwardenProject = vaultwardenVM {
|
||||
user = "project";
|
||||
ip = interface0Cfg.microvm.ip;
|
||||
mac = interface0Cfg.microvm.mac;
|
||||
userMac = interface0Cfg.microvm.macUser;
|
||||
ssh = interface0Cfg.microvm.ssh;
|
||||
ip = interfaceCfg.microvm.ip;
|
||||
mac = interfaceCfg.microvm.mac;
|
||||
userMac = interfaceCfg.microvm.macUser;
|
||||
ssh = interfaceCfg.microvm.ssh;
|
||||
mnt = mntPath;
|
||||
inter = "enp0s5";
|
||||
host = "${interface0Cfg.subdomain}.${host}";
|
||||
host = "${interfaceCfg.subdomain}.${host}";
|
||||
smtpFrom = "noreply@${host}";
|
||||
smtpHost = smtpCfg.interfaces.interface0.domain;
|
||||
smtpPort = smtpCfg.ports.port1;
|
||||
smtpHost = smtCfg.interfaces.interface0.domain;
|
||||
smtpPort = smtCfg.ports.port1;
|
||||
smtpUser = "noreply@${host}";
|
||||
};
|
||||
in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue