Skip to content

RSWilli/nixos

Repository files navigation

My NixOS configuration

Description

This repo contains the flake configuration for my NixOS systems. Will always be a work in progress.

Currently the following systems are configured:

  • main: My desktop gaming PC with an AMD Ryzen 5 5600X and an Nvidia RTX 3080
  • think: My laptop, a Lenovo Thinkpad X13

Another nixosConfiguration is defined for the Nixos ISO with my configuration. This is needed for installing new systems.

Build the ISO with the following command in the devshell:

nix develop .

build_iso

and find the ISO in the result/iso directory.

Creating a new system

To create a new system, run the following command:

install_remote_system.sh <hostname> <user@host>

To output any key set in the flake:

$ nix repl
nix-repl> :lf .
nix-repl> <key>

About

My personal NixOS configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published