Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/honnip/dotfiles
https://github.com/honnip/dotfiles
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/honnip/dotfiles
- Owner: honnip
- Created: 2024-03-10T04:28:25.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-10-30T06:37:59.000Z (2 months ago)
- Last Synced: 2024-10-30T08:41:05.116Z (2 months ago)
- Language: Nix
- Size: 152 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nixos-configuration
```shell
# partitioning
sudo nix --experimental-features "nix-command flakes" run github:nix-community/disko -- --mode disko hosts//disko.nix
``````
# install
nixos-install --root /mnt --flake github:honnip/dotfiles#
``````
# secrets
mkdir -p ~/.config/sops/age
ssh-to-age -private-key -i /etc/ssh/ssh_host_ed25519_key > ~/.config/sops/age/keys.txt
sops updatekeys hosts/modules/secrets.yaml
cp /etc/ssh/ssh_host_ed25519_key.pub hosts//
```