No description
Find a file
Aleksandr Lebedev 34da0019af flake.lock: Update
Flake lock file updates:

• Updated input 'emacs-kylekrein':
    'github:kylekrein/emacs-config/a194211d5758305e5010441497248653815fcf31?narHash=sha256-Xuh/M5n8qA%2BZhg7Sa6qELtTXhNdaUXLzHJ%2B2lGwKIlQ%3D' (2025-04-24)
  → 'github:kylekrein/emacs-config/543cdb2a4d4555e35982c4f8a60181bed7f5fc4d?narHash=sha256-eu8uesakReMQgUf7MDPlFT8xAkvY6dQp4fb8CCNymN0%3D' (2025-05-20)
2025-05-20 17:44:43 +02:00
disko Fixe 2025-02-28 16:15:55 +01:00
nixos Libvirt 2025-05-15 23:09:20 +02:00
flake.lock flake.lock: Update 2025-05-20 17:44:43 +02:00
flake.nix Changed Conduwuit provider 2025-04-17 11:46:27 +02:00
README.md Updated neovim 2025-01-13 15:16:03 +01: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 zap_create_mount --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 /mnt/tmp && TMPDIR=/mnt/tmp sudo nixos-install --flake github:KyleKrein/nixos-config#kylekrein-homepc --no-root-passwd && sudo rm -rf /mnt/tmp