Update to logic. Added postrun actions. Have to work on postinstall script.
This commit is contained in:
@@ -35,7 +35,6 @@ in
|
||||
'systemctl default'
|
||||
to continue booting
|
||||
'';
|
||||
example = "6214de8c3d861c4b451acc8c4e24294c95d55bcec516bbf15c077ca3bffb6547";
|
||||
};
|
||||
};
|
||||
boot.initrd.luks.devices = lib.mkOption {
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
#!/usr/bin/env nix-shell
|
||||
#!nix-shell -i bash -p gum openssl sops ssh-to-age age sshpass envsubst pciutils usbutils mosquitto
|
||||
|
||||
gum confirm "Welcome to the Numbus-Server administration interface. Would you like to change a setting ?" \
|
||||
|| { echo " ❌ Aborting as requested."; exit 1; }
|
||||
|
||||
ACTIONS_LIST=("Update networking settings" "Update backup settings" "Add/Remove services" \
|
||||
"Add/Remove/Replace boot disk" "Add/Remove/Replace data disk(s)" "Add/Remove devices (i.e. coral TPUs)" \
|
||||
"Test email notifications" "Check disk(s) health" "Export current configuration to a git server")
|
||||
Reference in New Issue
Block a user