feat: add script for easy deployment
This commit is contained in:
parent
5b09139271
commit
9651f73928
2 changed files with 17 additions and 0 deletions
|
@ -85,4 +85,19 @@ in
|
|||
chmod -R 777 "$file"
|
||||
end
|
||||
'';
|
||||
|
||||
deploytest = writeFishBin "deploytest" ''
|
||||
nixos-rebuild test \
|
||||
--flake ~/.nixconf#"$argv[1]" \
|
||||
--target-host "$argv[1]" \
|
||||
--use-remote-sudo &| ${pkgs.nix-output-monitor}/bin/nom
|
||||
'';
|
||||
|
||||
deployswitch = writeFishBin "deployswitch" ''
|
||||
nixos-rebuild test \
|
||||
--flake ~/.nixconf#"$argv[1]" \
|
||||
--target-host "$argv[1]" \
|
||||
--use-remote-sudo &| ${pkgs.nix-output-monitor}/bin/nom
|
||||
'';
|
||||
|
||||
}
|
||||
|
|
|
@ -83,6 +83,8 @@
|
|||
scripts.genswitch
|
||||
scripts.gentest
|
||||
scripts.editsym
|
||||
scripts.deployswitch
|
||||
scripts.deploytest
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue