https://github.com/bitscoper/bitscoper_nixos_configuration
My NixOS Configuration
https://github.com/bitscoper/bitscoper_nixos_configuration
nixos-configuration
Last synced: about 2 months ago
JSON representation
My NixOS Configuration
- Host: GitHub
- URL: https://github.com/bitscoper/bitscoper_nixos_configuration
- Owner: bitscoper
- License: gpl-3.0
- Created: 2024-12-24T11:39:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-17T13:57:54.000Z (over 1 year ago)
- Last Synced: 2025-02-17T14:42:04.446Z (over 1 year ago)
- Topics: nixos-configuration
- Language: Nix
- Homepage: https://bitscoper.dev/my-nixos
- Size: 633 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Bitscoper NixOS Configuration
My NixOS Configuration
## Run
```sh
sudo nix-channel --list
sudo nix-channel --remove nixos
sudo nix-channel --add https://nixos.org/channels/nixos-unstable nixos
sudo nix-channel --list
sudo nix-channel --update && sudo sudo nix-env -u --always
nix-shell -p git --run 'sudo nixos-rebuild boot --refresh --install-bootloader --option experimental-features "nix-command flakes"'
```
## Notes
- I write commit messages in Title Case and past tense, leaving out articles to keep them concise while still showing details.
- I reuploaded the repository to clean up the commit history, but this is unlikely to happen again.