Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gdamjan/my-nixos
nixos configs
https://github.com/gdamjan/my-nixos
nix nixos-configuration
Last synced: 20 days ago
JSON representation
nixos configs
- Host: GitHub
- URL: https://github.com/gdamjan/my-nixos
- Owner: gdamjan
- Created: 2023-03-14T17:54:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-27T22:27:57.000Z (about 1 month ago)
- Last Synced: 2024-11-27T23:25:13.833Z (about 1 month ago)
- Topics: nix, nixos-configuration
- Language: Nix
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# my nixos configs
I'll dump here the configuration files for my nixos machines (virtual, physical, containers), for safe keeping
## Usage
to rebuild the system, just do as ever:
```
nixos-rebuild boot --flake .
```
it'll pick up the `nixosConfigurations.nix-vm` flake output
automatically, based on the hostname which is `nix-vm`.alternatively, you can use:
```
nixos-rebuild boot --flake /some/path#nix-vm
```to update the inputs, do:
```
nix flake update --commit-lock-file
```