Move scripts

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2024-12-19 12:47:36 +00:00
parent 84a7667097
commit a92c8e59df
6 changed files with 6 additions and 7 deletions

View File

@@ -26,13 +26,12 @@ NixOS dotfiles and configuration for various hosts and users.
- `secrets/<namespace>/`: Global secrets for individual namespaces that apply across all hosts. - `secrets/<namespace>/`: Global secrets for individual namespaces that apply across all hosts.
- [`lib/`](./lib): Nix library function definitions and utilities. - [`lib/`](./lib): Nix library function definitions and utilities.
- [`scripts/`](./lib/scripts): Utility scripts for managing the repository.
- [`scripts/`](./scripts): Utility scripts for managing the repository. - [`add-host.sh`](./lib/scripts/add-host.sh): Instantiate the keys for a new host configuration.
- [`add-host.sh`](./scripts/add-host.sh): Instantiate the keys for a new host configuration. - [`remove-host.sh`](./lib/scripts/remove-host.sh): Remove references to a host.
- [`remove-host.sh`](./scripts/remove-host.sh): Remove references to a host. - [`update-keys.sh`](./lib/scripts/update-keys.sh): Update the encryption keys in all relevant files using `sops.yaml` configurations.
- [`update-keys.sh`](./scripts/update-keys.sh): Update the encryption keys in all relevant files using `sops.yaml` configurations. - [`update.sh`](./lib/scripts/update.sh): Update flake and all git submodules.
- [`update.sh`](./scripts/update.sh): Update flake and all git submodules. - [`install.sh`](./lib/scripts/install.sh): Install or repair a selected NixOS host.
- [`install.sh`](./scripts/install.sh): Install or repair a selected NixOS host.
- [`submodules/`](./submodules): Flake forks used in the repository, such as [`nixpkgs`](https://github.com/NixOS/nixpkgs) and [`home-manager`](https://github.com/nix-community/home-manager). - [`submodules/`](./submodules): Flake forks used in the repository, such as [`nixpkgs`](https://github.com/NixOS/nixpkgs) and [`home-manager`](https://github.com/nix-community/home-manager).