Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/honnip/dotfiles


https://github.com/honnip/dotfiles

Last synced: 8 days ago
JSON representation

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//
```