My system configuration
Find a file
2023-08-24 19:17:53 +02:00
assets/wallpapers Add Stylix 2023-05-28 14:46:00 +02:00
colors/schemes Update dependencies 2023-08-24 19:17:53 +02:00
home-manager/kevin Switch Inkscape package 2023-03-04 19:06:12 +01:00
nixos Update dependencies 2023-08-24 19:17:53 +02:00
restic Update iexclude.list 2023-05-25 16:45:23 +02:00
ssh/kevin Add ssh configuration 2022-12-21 13:50:22 +01:00
.gitignore Reorganize project layout and add wg port option 2023-01-04 13:49:59 +01:00
flake.lock Update dependencies 2023-08-24 19:17:53 +02:00
flake.nix Update dependencies 2023-08-24 19:17:53 +02:00
README.md Update README and set timezone 2023-02-27 14:27:17 +00:00

Kevin's Dotfiles

This repo contains my personal dotfiles and configurations for my computers.

NixOS

I use NixOS as my main OS, and for that I have written a few modules in nixos/modules. Are those settings perfect? No, but they are my opinionated defaults. 😜

Useful Commands

Generate Hash For Password File

mkpasswd -m sha-512

Edit / Create SOPS File

cd nixos
nix-shell -p sops --run "EDITOR=vim sops shared/secrets/passwords.yaml"

Create New AGE-Key

mkdir -p ~/.config/sops/age
nix-shell -p age --run "age-keygen -o ~/.config/sops/age/keys.txt"