https://github.com/karstenpedersen/dotfiles
My personal dotfiles.
https://github.com/karstenpedersen/dotfiles
dotfiles homelab nixos nixos-configuration
Last synced: 3 months ago
JSON representation
My personal dotfiles.
- Host: GitHub
- URL: https://github.com/karstenpedersen/dotfiles
- Owner: karstenpedersen
- Created: 2024-09-11T18:32:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-03-20T15:41:32.000Z (4 months ago)
- Last Synced: 2026-03-21T07:26:34.621Z (4 months ago)
- Topics: dotfiles, homelab, nixos, nixos-configuration
- Language: Nix
- Homepage:
- Size: 213 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
My personal dotfiles.
## Get Started
```bash
# Setup
just init
just switch
# Rebuild
just switch
```
### Setup SOPS
```bash
mkdir -p ~/.config/sops/age
age-keygen -o ~/.config/sops/age/keys.txt
# nix-shell -p ssh-to-age --run "ssh-to-age -private-key -i ~/.ssh/id_ed25519 > ~/.config/sops/age/keys.txt"
# Get public key
age-keygen -y ~/.config/sops/age/keys.txt
```