Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lukasbauza/.dotfiles_nix

Nix configuration
https://github.com/lukasbauza/.dotfiles_nix

nix nix-flake nixos nixos-configuration nixpkgs

Last synced: 3 months ago
JSON representation

Nix configuration

Awesome Lists containing this project

README

        

My PC configuration using NixOS, nix package manager, flakes and home-manager.

- Make sure use the original hardware-configuraiton.nix file, since NixOs generates and original hardware-configuration.nix file everytime an OS is installed.

- The configuration.nix file also may contain some information that is unique everytime the OS is installed. For `boot.initrd.luks.devices."XXXXXXX".devices = "YYYYYYY";`, where `XXXXXXX` and `YYYYYYY` is located, that will be a unique generated ID for LUKS/UUID. This means you need to save the originals ID's in order for the OS to boot.

- flake.lock file should be removed when running `sudo nixos-rebuild --flake`.