From f7de354cbe402688808a8ee730f7691b243d35ee Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Fri, 11 Aug 2023 18:54:56 +0200 Subject: [PATCH] chore(flake): comment router0-dmz0 deploy cmd --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flake.nix b/flake.nix index 3412ee3..6f441e1 100644 --- a/flake.nix +++ b/flake.nix @@ -117,6 +117,9 @@ router0-dmz0 = (inputs.get-flake ./nix/os/devices/router0-dmz0).nixosConfigurations; in { router0-dmz0 = router0-dmz0.native; + + # for now deploy directly with: + # nixos-rebuild switch --flake .\#cross_router0-dmz0 --build-host localhost --target-host root@192.168.10.1 cross_router0-dmz0 = router0-dmz0.cross; });