mirror of
				https://github.com/Stunkymonkey/nixos.git
				synced 2025-10-30 01:12:10 +01:00 
			
		
		
		
	
				
				personal nixos config
				
			
		| legacy | ||
| nixos | ||
| .envrc | ||
| .gitignore | ||
| flake.lock | ||
| flake.nix | ||
| README.md | ||
| shell.nix | ||
nixos-config 
This repository holds my NixOS configuration. It is fully reproducible, flakes
based, and position-independent, meaning there is no moving around of
configuration.nix.
Deployment is done using deploy-rs, see usage. Secret are managed using sops-nix.
structure
.
├── nixos        # Machine definitions
└── legacy       # older scripts kept before having an iso-image
usage
updating:
nix flake update
deployment:
deploy .#myHost
secrets:
sops ./nixos/myHost/secrets.yaml
