Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/leiserfg/nix-config

nix-config
https://github.com/leiserfg/nix-config

Last synced: 5 days ago
JSON representation

nix-config

Awesome Lists containing this project

README

        

Notes:

* Define the partitions as in ./hosts/common/global/fs.nix
for the luks use

```sh
sudo cryptsetup config /dev/nvme0n1p3 --label luks-partition
```

* Do `nix-shell` before installing the stuff so you get access to the tools

Setup home-manager
`home-manager switch --flake .`