42 current 2025-04-30 02:53:55 25.05.20250424.f771eb4 6.12.24 *

This commit is contained in:
2025-04-30 03:06:35 -04:00
parent 1b71b528ca
commit 8d1cb28fd3

View File

@@ -1,6 +1,14 @@
uhuh yeah endgame nixos config uhuh yeah endgame nixos config
Installation: # Install
if you're me, you need to bootstrap your secrets for agenix to work right:
```
cp -r /home/sync/.ssh /mnt/home/sync/.ssh
cp /home/sync/Passwords.kdbx /mnt/home/sync/.config/keep
```
if you're not me, you probably have to go in my config and change things for nix to build everything.
then, proceed with regular installation:
``` ```
sudo nixos-install --root /mnt --flake github:jakeginesin/nix-dots#thonkpad sudo nixos-install --root /mnt --flake github:jakeginesin/nix-dots#thonkpad
``` ```