flake: add a deploy.self-light target

This commit is contained in:
Colin 2024-02-20 09:19:02 +00:00
parent a05184f956
commit 9e8e1d82a6
1 changed files with 2 additions and 1 deletions

View File

@ -408,7 +408,8 @@
servo = deployApp "servo" "servo" "switch";
# like `nixos-rebuild --flake . switch`
self = deployApp "$(hostname)" "" "switch";
self = deployApp "$(hostname)" "" "switch";
self-light = deployApp "$(hostname)-light" "" "switch";
type = "app";
program = builtins.toString (pkgs.writeShellScript "deploy-all" ''