config

NixOS config
Log | Files | Refs | README | LICENSE

commit 7070d4f25ab1fcaacbe8eeec5db992ac675615fc (tree)
parent 525afc016eeb5d69037f11a7ede1ddb61580526b
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date:   Thu,  4 Apr 2024 19:54:51 +0300

deploy mtworx

Diffstat:
Mflake.nix | 12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/flake.nix b/flake.nix @@ -340,6 +340,18 @@ }; }; + mtworx = { + hostname = myData.hosts."mtworx.motiejus.jakst".jakstIP; + profiles = { + system = { + sshUser = "motiejus"; + path = + self.nixosConfigurations.mtworx.pkgs.deploy-rs.lib.activate.nixos self.nixosConfigurations.mtworx; + user = "root"; + }; + }; + }; + vno1-op5p = { hostname = myData.hosts."vno1-op5p.servers.jakst".jakstIP; profiles = {