Add create_ssl script

This commit is contained in:
Greg Hellings
2024-02-13 23:01:01 -06:00
parent c50b658b5a
commit ab1be19b86
3 changed files with 41 additions and 8 deletions
+1
View File
@@ -33,5 +33,6 @@
networking.hostName = "genesis"; # Define your hostname.
environment.systemPackages = with pkgs; [
awscli2
create_ssl
];
}