Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md

nix-config built with nix ci

WIP

Features

  • flakes
  • deploy with deploy-rs
  • use the zen Linux kernel
  • use nixos-hardware
  • use srvos
  • Full disk encryption on laptop
  • emacs-init module for home-manager. See users/bbigras/dev/emacs.nix
  • overlays
    • emacs-overlay
    • nur
  • split-dns with systemd-resolved (might be set in my privates files)
  • tailscale

This is heavily based on https://github.com/lovesegfault/nix-config. Many files were copied directly from that repo.

Note that the license should include lovesegfault's copyright on many files. Not sure how to sort that yet.

Build one host

nix build .#hosts.desktop --impure

Deploy one host

deploy -s .#pixel6 -- --impure

nix-on-droid (first time)

On the phone:

nix-shell -p openssh -p which # get user and group id and put it in hosts/pixel6/default.nix id ssh-keygen -q -N "" -t ed25519 -f ~/ssh_host_ed25519_key cat <<EOF > tmp-sshd HostKey ~/ssh_host_ed25519_key Port 8022 EOF mkdir -p ~/.ssh cat <<EOF > ~/.ssh/authorized_keys **my key** EOF # start sshd server to be able to deploy from desktop with deploy-rs `which sshd` -dD -f ~/tmp-sshd

关于 About

My personal nix config
nixnixosnixos-configuration

语言 Languages

Nix97.2%
Shell2.5%
Just0.3%

提交活跃度 Commit Activity

代码提交热力图
过去 52 周的开发活跃度
1701
Total Commits
峰值: 73次/周
Less
More

核心贡献者 Contributors