personal nixos config
Find a file
2023-06-18 22:52:02 +02:00
images images/yubikey-installer: remove link 2023-04-07 00:49:52 +02:00
legacy profiles/desktop-*: init from legacy 2023-04-07 00:31:44 +02:00
machines service/blocky: fix config 2023-06-04 21:13:59 +02:00
modules service/alertmanager: add notification if silence is added 2023-06-18 22:52:02 +02:00
overlays freshrss: update package 2023-03-13 22:22:03 +01:00
pkgs service/blocky: fix config 2023-06-04 21:13:59 +02:00
profiles profile/gnome: add calculator 2023-06-11 20:42:01 +02:00
.editorconfig editorconfig: add json config 2023-04-16 16:57:02 +02:00
.envrc fix direnv version & update flakes 2022-11-29 17:04:26 +01:00
.gitignore move to flakes with configurations for each device 2022-11-23 22:57:09 +01:00
flake.lock flake: update 2023-06-18 22:50:56 +02:00
flake.nix deploy-rs: use overlay and fix rebuilding 2023-06-04 14:33:18 +02:00
future.md future: remove done points 2023-06-10 21:06:25 +02:00
README.md flake: add disko 2023-03-18 16:58:18 +01:00

nixos-config built with nix

This repository holds my NixOS configuration. It is fully reproducible, flakes based, and position-independent, meaning there is no moving around of configuration.nix.

used flakes:

structure

.
├── images       # custom image generations
├── machines     # machine definitions
├── modules      # own nix-options, to modularize services/hardware/...
├── overlays     # overlays
├── pkgs         # own packages, which are not available in nixpkgs
└── profiles     # summarize module collections into single options

usage

updating:

nix flake update

deployment:

deploy .#myHost

secrets:

sops ./machines/myHost/secrets.yaml

images:

nix build .#install-iso
nix build .#aarch64-install --system aarch64-linux

inspired by