feat: declare locked NixOS development host
Declare dev, scoped sudo/SSH, workspace ownership, Git and Neovim. Lock Nixpkgs, Home Manager and the unmodified dotfiles. Deploy user files declaratively and preserve a writable Lazy lockfile. Nix formatting and pure flake evaluation pass. Full build, empty-home deployment tests and activation of this reproducibility correction are still pending; the previous account baseline is live.
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
||||
# Nix build results and local environment state.
|
||||
/result
|
||||
/result-*
|
||||
/.direnv/
|
||||
|
||||
# Local secrets must never be imported into Nix or committed.
|
||||
/.env
|
||||
/.env.*
|
||||
!/.env.example
|
||||
/secrets/
|
||||
|
||||
# Editor temporary files.
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
Reference in New Issue
Block a user