Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lukasbauza/.dotfiles_nix
- Owner: LukasBauza
- Created: 2024-02-23T19:51:56.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-13T12:19:34.000Z (5 months ago)
- Last Synced: 2024-08-13T15:14:48.411Z (5 months ago)
- Topics: nix, nix-flake, nixos, nixos-configuration, nixpkgs
- Language: Nix
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.