Skip to content

Releases: ryan4yin/nix-config

v0.4.4

10 Mar 13:55
Compare
Choose a tag to compare

What's Changed

  • fix(secrets/nixos.nix): correct a typo by @yqlbu in #78
  • refactor: flake outputs & hosts by @ryan4yin in #79

New Contributors

  • @yqlbu made their first contribution in #78

Full Changelog: v0.4.3...v0.4.4

v0.4.3

09 Mar 02:42
bf3f364
Compare
Choose a tag to compare

What's Changed

  • feat: bypass router by @ryan4yin in #60
  • feat: monitoring + containers by @ryan4yin in #62
  • feat: add caddy as a reverse proxy for applications by @ryan4yin in #63
  • feat: new k3s cluster by @ryan4yin in #64
  • chore(deps): bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 in /pulumi/k3s-prod-1 by @dependabot in #67
  • feat: webdav server - sftpgo by @ryan4yin in #68
  • [Reverted]feat(WIP): kubevirt on k3s by @ryan4yin in #71
  • feat: add attic - a self-hosted nix cache server by @ryan4yin in #73
  • feat: UEFI NixOS on aarch64(rk3588) by @ryan4yin in #74
  • feat: aarch64 - tmpfs on root + impermanence by @ryan4yin in #75
  • refactor: use lib.optionals instead of if...then...else by @ryan4yin in #77

Bugs

New Contributors

Full Changelog: v0.4.2...v0.4.3

v0.4.2

28 Jan 17:54
Compare
Choose a tag to compare

What's Changed

Bug

…ode & copilot

Full Changelog: v0.4.1...v0.4.2

v0.4.1

v0.4.0

v0.3.0

24 Dec 16:14
1d6ffd7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.2...v0.3.0

v0.2.2

23 Dec 03:08
Compare
Choose a tag to compare

What's Changed

Bug

Full Changelog: v0.2.1...v0.2.2

v0.2.1

09 Dec 16:28
Compare
Choose a tag to compare

What's Changed

Bug

Full Changelog: v0.2.0...v0.2.1

v0.2.0

04 Dec 10:47
Compare
Choose a tag to compare

What's Changed

Feature

Bug

New Contributors

Full Changelog: v0.1.1...v0.2.0

v.0.1.1

29 Jul 13:29
Compare
Choose a tag to compare

What Changed

  1. Split the wallpapers folder into a separate git repository ryan4yin/wallpapers to prevent the current repo‘s size from expanding.
  2. Added wallpaper_random.py to randomly select a wallpaper from the wallpapers directory.
  3. Unified color scheme, applying catppuccin-mocha on all apps as much as possible(neovim, helix, btop, fcitx5, nushell, starship, i3, hyprland, cava, etc.).
    1. Instead of copy all theme's configuration file into this repo, we referenced them as flake inputs in this flake. This makes it easier to maintain this repo. See ryan4yin/nix-config/v0.1.1/flake.nix#L229-L261 for details.
  4. Added README to some subfolders to briefly introduce their contents.
  5. Added ranger as my terminal file manager. it's batteries included, works perfect out of box.