From cac5166da30b47429c939735441fcf59d50ea59f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Tue, 1 Jul 2025 21:18:01 +0300 Subject: [PATCH] flake.nix: +fra1-c --- flake.nix | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/flake.nix b/flake.nix index 1ea6c9f..b5fafd1 100644 --- a/flake.nix +++ b/flake.nix @@ -285,16 +285,16 @@ }; }; - #fra1-c = { - # hostname = "fra1-c.jakst.vpn"; - # profiles = { - # system = { - # sshUser = "motiejus"; - # path = self.nixosConfigurations.fra1-c.pkgs.deploy-rs.lib.activate.nixos self.nixosConfigurations.fra1-c; - # user = "root"; - # }; - # }; - #}; + fra1-c = { + hostname = "fra1-c.jakst.vpn"; + profiles = { + system = { + sshUser = "motiejus"; + path = self.nixosConfigurations.fra1-c.pkgs.deploy-rs.lib.activate.nixos self.nixosConfigurations.fra1-c; + user = "root"; + }; + }; + }; }; checks = builtins.mapAttrs (