mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 02:09:04 +02:00
chore: adapt machine creation to meta module
This commit is contained in:
parent
9e9a7027e9
commit
cc59392716
2 changed files with 6 additions and 7 deletions
|
@ -11,7 +11,7 @@ in
|
|||
config = mkIf cfg.enable {
|
||||
|
||||
deployment = {
|
||||
targetHost = "${hostname}.${lib.luj.machines.${hostname}.tld}";
|
||||
targetHost = "${hostname}.${config.machine.meta.tld}";
|
||||
targetPort = 45;
|
||||
targetUser = "root";
|
||||
allowLocalDeployment = true;
|
||||
|
@ -20,4 +20,3 @@ in
|
|||
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue