Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jrmurr/nixosconfig
https://github.com/jrmurr/nixosconfig
dotfiles nix nix-dotfiles nixos nixos-configuration
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jrmurr/nixosconfig
- Owner: JRMurr
- Created: 2020-10-12T19:30:51.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-14T00:24:06.000Z (3 months ago)
- Last Synced: 2024-10-31T15:52:48.553Z (2 months ago)
- Topics: dotfiles, nix, nix-dotfiles, nixos, nixos-configuration
- Language: Nix
- Homepage:
- Size: 508 KB
- Stars: 30
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My nixos/dotfiles config
## common sadness
if my own cache is being weird, use
```shell
nixos-rebuild switch --option substituters 'https://cache.nixos.org'
```## Make ISO
https://nix.dev/tutorials/building-bootable-iso-image
https://hoverbear.org/blog/nix-flake-live-media/```fish
nix build '.#nixosConfigurations.graphicalIso.config.system.build.isoImage'
# NOTE: UPDATE of to the right usb path
set USB_PATH /dev/null
set ISO_PATH ./result/iso/*.iso
sudo dd if=$ISO_PATH of=$USB_PATH status=progress
sync
```## Links
Basing most of the organization from based Xe https://tulpa.dev/cadey/nixos-configs and https://github.com/Xe/nixos-configs