From 556cef9e657a36cfeab0fce82c3bcd9e48b681c8 Mon Sep 17 00:00:00 2001 From: oqyude Date: Wed, 29 Oct 2025 13:02:06 +0300 Subject: [PATCH] 123 --- flake.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/flake.nix b/flake.nix index f261ed0..cb82817 100755 --- a/flake.nix +++ b/flake.nix @@ -119,6 +119,12 @@ path = inputs.deploy-rs.lib.x86_64-linux.activate.nixos inputs.self.nixosConfigurations.sapphira; }; }; + otreca = { + hostname = "otreca"; + profiles.system = { + path = inputs.deploy-rs.lib.x86_64-linux.activate.nixos inputs.self.nixosConfigurations.otreca; + }; + }; }; }; # This is highly advised, and will prevent many possible mistakes