Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/p-e-p/nix-config

My flake based nixos configuration.
https://github.com/p-e-p/nix-config

nixos nixos-configuration

Last synced: about 2 months ago
JSON representation

My flake based nixos configuration.

Awesome Lists containing this project

README

        

# Flake based nixos configuration

build using the following command:
```
nix build ./flake.nix#nixosConfigurations.lambda.config.system.build.toplevel
```

## Installation
Use the following command to install the configuration:
```
nixos-rebuild boot --flake ./#machine_name
```
You need to replace the machine name by the machine you wish to install, for example a machine called `Lambda` would be installed using the following command:
```
nixos-rebuild boot --flake ./#lambda
```