Personal-use NixOS configuration
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Some additional readme info

encode42 e7adf175 1e65c9e9

+8 -1
+8 -1
readme.md
··· 1 1 Personal-use NixOS configuration files. 2 2 3 + ### Structure 3 4 - `hardware`: Specialized hardware configuration 4 5 - `homes`: User-owned home-manager directories 5 6 - `hosts`: Machine configuration ··· 10 11 - `packages`: Program package configuration 11 12 - `users`: Machine-owned common user configuration 12 13 13 - Useful resources: 14 + ### Hosts 15 + - `encryption`: My primary desktop PC 16 + - `decryption`: My primary laptop 17 + - `prospect`: Shared media and gaming PC 18 + - `index`: Media and storage server 19 + 20 + ### Useful resources 14 21 - [Disko Quickstart](https://github.com/nix-community/disko/blob/master/docs/quickstart.md) 15 22 - `sudo nixos-install --no-root-passwd --flake github:encode42/nixos#host` 16 23 - don't forget to set password! `sudo nixos-enter -c "passwd user"`