Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/p-e-p/nix-config
- Owner: P-E-P
- Created: 2022-02-26T22:08:03.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-28T18:14:36.000Z (4 months ago)
- Last Synced: 2024-08-28T19:58:37.549Z (4 months ago)
- Topics: nixos, nixos-configuration
- Language: Nix
- Homepage:
- Size: 54.7 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```