https://github.com/hugolgst/nixos-system
My NixOS system-wide configuration
https://github.com/hugolgst/nixos-system
dotfiles nixos
Last synced: about 2 months ago
JSON representation
My NixOS system-wide configuration
- Host: GitHub
- URL: https://github.com/hugolgst/nixos-system
- Owner: hugolgst
- Created: 2021-02-13T15:32:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-13T15:37:08.000Z (over 4 years ago)
- Last Synced: 2025-02-03T12:53:43.704Z (3 months ago)
- Topics: dotfiles, nixos
- Language: Nix
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nixos-system
## Installation
Clone and move all the files to `/etc/nixos`
```
git clone [email protected]:hugolgst/nixos-system.git
mv nixos-system/* /etc/nixos
```And rebuild the OS
```
sudo nixos-rebuild switch
```