chore(flake): comment router0-dmz0 deploy cmd

This commit is contained in:
steveej 2023-08-11 18:54:56 +02:00
parent 7ecc31cfcf
commit f7de354cbe

View file

@ -117,6 +117,9 @@
router0-dmz0 = (inputs.get-flake ./nix/os/devices/router0-dmz0).nixosConfigurations; router0-dmz0 = (inputs.get-flake ./nix/os/devices/router0-dmz0).nixosConfigurations;
in { in {
router0-dmz0 = router0-dmz0.native; 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; cross_router0-dmz0 = router0-dmz0.cross;
}); });