Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```