Find a file
2024-11-25 15:14:50 -06:00
.hooks switched to using dev shells for local development environment 2024-11-11 18:38:44 -06:00
.vscode moved spellcheck to separate file 2024-11-25 15:14:50 -06:00
const switched to using dev shells for local development environment 2024-11-11 18:38:44 -06:00
home-modules moved local to modules 2024-11-25 00:59:05 -06:00
homes moved spellcheck to separate file 2024-11-25 15:14:50 -06:00
host-modules added nix language server and formatter to vscode 2024-11-25 15:01:00 -06:00
hosts moved spellcheck to separate file 2024-11-25 15:14:50 -06:00
modules cleaned up configuration structure to have common modules folder 2024-11-24 22:29:00 -06:00
util cleaned up configuration structure to have common modules folder 2024-11-24 22:29:00 -06:00
.envrc switched to using dev shells for local development environment 2024-11-11 18:38:44 -06:00
.gitconfig updated hooks folder location 2024-09-21 12:24:54 -05:00
.gitignore moved spellcheck to separate file 2024-11-25 15:14:50 -06:00
.gitmodules switched submodule files to non flake input 2024-09-24 02:30:54 -05:00
.sops.yaml updated secrets files 2024-09-22 19:24:59 -05:00
flake.lock updated flake.lock 2024-11-25 01:35:31 -06:00
flake.nix removed unneeded code from flake.nix 2024-11-24 23:05:39 -06:00
install.sh switched to using dev shells for local development environment 2024-11-11 18:38:44 -06:00
README.md removed completed task from README.md 2024-11-25 01:39:22 -06:00
rebuild.sh added show-trace option to rebuild 2024-10-03 15:38:03 +02:00
shell.nix switched to using dev shells for local development environment 2024-11-11 18:38:44 -06:00

Hosts

Host Map

Hostname Device Description Primary User Role
twilight Desktop Computer Leyla Desktop
horizon 13 inch Framework Laptop Leyla Laptop
defiant NAS Server Leyla Service
emergent Desktop Computer Eve Desktop
threshold Laptop Eve Laptop

Tooling

Rebuilding

./rebuild.sh

Updating

nix flake update

New host setup

./install.sh --target 192.168.1.130 --flake hostname

Updating Secrets

sops -c sops secrets/secrets_file_here.yaml

Inspecting a configuration

nix-inspect -p .

Notes:

Research topics

Tasks:

Tech Debt

New Features