No description
Find a file
2025-11-14 18:07:08 +01:00
checks Server, deploy-rs 2025-08-10 11:48:47 +02:00
homes/x86_64-linux Format 2025-10-29 09:13:01 +01:00
lib Update + remote build for some deploys 2025-10-22 00:41:33 +02:00
modules Guix (not working) 2025-11-14 14:44:58 +01:00
overlays Quickshell greeter 2025-10-09 18:57:52 +02:00
packages Added stargate server 2025-09-17 21:29:09 +02:00
shells/default continuwuity from nixpkgs 2025-08-12 01:12:00 +02:00
systems/x86_64-linux Fixed aliasvault version (pinned) 2025-11-14 18:07:08 +01:00
templates snowfall migration wip fixed user config 2025-08-09 17:19:12 +02:00
flake.lock update 2025-11-11 16:44:43 +01:00
flake.nix Update 2025-10-23 17:35:31 +02:00
README.org zzz 2025-09-26 19:50:49 +02:00

NixOS Config

Apply cloned config

sudo nixos-rebuild switch --flake ~/nixos-config#kylekrein-homepc

Rebuild system

nh os switch

Generate hardware report

sudo nix run \
  --option experimental-features "nix-command flakes" \
  --option extra-substituters https://numtide.cachix.org \
  --option extra-trusted-public-keys numtide.cachix.org-1:2ps1kLBUWjxIneOy1Ik6cQjb41X0iXVXeHigGmycPPE= \
  github:numtide/nixos-facter -- -o facter.json

Install system

Assuming that you're in nixos installer

sudo nix --extra-experimental-features "flakes nix-command" run github:nix-community/disko -- --mode destroy,format,mount --yes-wipe-all-disks --flake github:KyleKrein/nixos-config#kylekrein-homepc

Copy sops age keys to `/persist/sops/age/keys.txt` or to `/var/lib/sops/age/keys.txt` if not using impermanence

sudo mkdir -p /mnt/tmp && TMPDIR=/mnt/tmp sudo nixos-install --flake github:KyleKrein/nixos-config#kylekrein-homepc --no-root-passwd && sudo rm -rf /mnt/tmp