Find a file
kB01 07243c30ff
Some checks are pending
/ Check Nix Flake (push) Waiting to run
Added QMK Keyboard Support
2026-02-24 23:31:20 +01:00
.github/workflows Updated Workflow 2024-12-05 00:10:47 +01:00
assets Removed Old Hosts 2025-05-13 00:36:49 +02:00
homes Configured Vim Taskwiki 2026-02-24 23:30:47 +01:00
modules Updated Systems 2026-02-24 23:27:21 +01:00
packages Added Waybar and Terminal Theming, Disabled Numenvoice and SafeEyes 2025-12-05 22:00:36 +01:00
systems Added QMK Keyboard Support 2026-02-24 23:31:20 +01:00
.gitignore Gitignore: Exclude QEMU Files 2024-11-27 00:38:50 +01:00
.sops.yaml Added Sops to all Hosts, Added LoyAdjos Sops Key 2025-02-08 22:15:25 +01:00
flake.lock Updated Systems 2026-02-24 23:27:21 +01:00
flake.nix Added Host NoMra7 2026-01-23 14:13:55 +01:00
LICENSE Fixed License File-Name 2025-02-10 01:50:18 +01:00
README.md Removed Old Hosts 2025-05-13 00:36:49 +02:00

My NixOS Configurations

Forgejo Issues Forgejo Last Commit standard-readme compliant

This repository contains my Flake based NixOS Configuration Files.

Usage

Setup

Clone this Repository somewhere you can edit it easily:

git clone https://git.kb-one.de/kb01/aux-config ~/Project/aux-config

Check if the Hostname of your System matches one of the Systems.

hostname
Hostname does not Match (click to expand)

Install NixOS on the current System with forced Hostname.

cd ~/Project/aux-config
sudo nixos-rebuild switch --flake .#LoyAdjo

Warning

This will change the Hostname of your System to LoyAdjo!

Install NixOS System with current Hostname.

cd ~/Project/aux-config
sudo nixos-rebuild switch --flake .

Updating the Flake based NixOS installation

cd ~/Project/aux-config
sudo nix flake --update   # This Updates the flake.lock
sudo nixos-rebuild switch --flake .

Modify NixOS installation

  1. Edit the config in ~/Project/aux-config vim system/x86_64-linux/$HOST/default.nix
  2. Stage the Changes if you created or deleted Files git add . (They will be ignored if you miss this step!)
  3. Build your System to apply the changes sudo nixos-rebuild switch --flake .
  4. Commit your Changes if satisfied git commit -m "Added Software hello-world"
  5. Then Push your Changes to the Remote, so that other systems can update git push

License

MIT © kB01