My system configuration
Find a file
2023-04-16 17:02:58 +02:00
home-manager/kevin Switch Inkscape package 2023-03-04 19:06:12 +01:00
nixos Add Mullvad VPN 2023-04-16 17:02:58 +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 Upgrade dependencies 2023-04-06 01:39:36 +02:00
flake.nix Switch to flake-based configuration 2023-02-27 13:34:57 +00: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"