Skip to content

Commit 83cdff3

Browse files
committed
chore(release): v0.13.0 [skip ci]
1 parent 0331699 commit 83cdff3

File tree

1 file changed

+29
-9
lines changed

1 file changed

+29
-9
lines changed

CHANGELOG.md

Lines changed: 29 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
# [0.13.0](https://github.com/99linesofcode/nixos-config/compare/v0.12.0...v0.13.0) (2025-10-26)
2+
3+
4+
### Bug Fixes
5+
6+
* **deploy:** commit changes to current branch instead ([e7d4728](https://github.com/99linesofcode/nixos-config/commit/e7d4728655b960abb1c4ae8c8977b7257b90a591))
7+
* **deploy:** create anchors using yq and write the complete file to .sops.yaml ([36ad576](https://github.com/99linesofcode/nixos-config/commit/36ad576d4fbce8b45787c529e81b2d6f24ae3baa))
8+
* **deploy:** decrypt public ssh key so we can use sops to create the ssh keyfiles ([ec05efc](https://github.com/99linesofcode/nixos-config/commit/ec05efc516a36bac23e6ba2757b05f7834702b16))
9+
* **docker:** add default bridge network to list of trusted interfaces ([660ff18](https://github.com/99linesofcode/nixos-config/commit/660ff189630dad115f042afc68cc823c9ab7a1e2))
10+
* **git:** correctly stash, checkout and check back into the right branch ([1737eaf](https://github.com/99linesofcode/nixos-config/commit/1737eafdaa482087046f35ec3ccefe173a266b8b))
11+
* **network:** correctly set network device hostname ([898bb48](https://github.com/99linesofcode/nixos-config/commit/898bb488b5a7dbb05aea612bf7ac9cff9eb3202f))
12+
* **sops:** automatically generate host age key from host ssh key ([6e42805](https://github.com/99linesofcode/nixos-config/commit/6e42805a4ef96aeb80bf2d1bae4429bcbdb1a330))
13+
14+
15+
### Features
16+
17+
* **deploy:** generate, update and deploy both nixos and home-manager configs ([6a67ed9](https://github.com/99linesofcode/nixos-config/commit/6a67ed945d22e749cfc2e077c88c7d2adf28ffa5))
18+
* **deploy:** handle initial provisioning here in nixos-config ([1455d45](https://github.com/99linesofcode/nixos-config/commit/1455d45b73974b33fce0e1c1055d090987d7cd14))
19+
* **deploy:** succesful deployment and configuration of the mars host ([03ee30f](https://github.com/99linesofcode/nixos-config/commit/03ee30f549de30098d3fc6bfa08f3090f336e3e7))
20+
* **deploy:** using nixos-anywhere ([0b4e8e8](https://github.com/99linesofcode/nixos-config/commit/0b4e8e83aeddf0c7e914c176c55afaed152a4cf2))
21+
* **mars:** initial nixos-anywhere set up ([17d5f1d](https://github.com/99linesofcode/nixos-config/commit/17d5f1d6f77091622c16da76b37f14e2fe91ee63))
22+
* **nixos-anywhere:** scripted deployment using nixos-anywhere ([273c3e6](https://github.com/99linesofcode/nixos-config/commit/273c3e68796bf09b63970511bf5a4dc9a1cfe001))
23+
* **openssh:** hardening by restricting access to nixos-config users ([bf2e03e](https://github.com/99linesofcode/nixos-config/commit/bf2e03ec7a048b60b5d893a4421d82ade2cbc4f1))
24+
* **security:** disable adding new users and groups through useradd/groupadd ([ed00c04](https://github.com/99linesofcode/nixos-config/commit/ed00c045bc3c1486969cbe15b51ec1c801450867))
25+
* **sops:** create user SSH for initial provisioning ([acd2225](https://github.com/99linesofcode/nixos-config/commit/acd22254e7ea89a15c9a379e00ca67e22ae7747c))
26+
* **sops:** make sure sops and it's dependencies are installed ([2b9ebea](https://github.com/99linesofcode/nixos-config/commit/2b9ebea8b3dec9fd07fab727238a90f19698ed2c))
27+
28+
29+
130
# [0.12.0](https://github.com/99linesofcode/nixos-config/compare/v0.11.0...v0.12.0) (2025-09-05)
231

332

@@ -62,12 +91,3 @@
6291

6392

6493

65-
## [0.8.1](https://github.com/99linesofcode/nixos-config/compare/v0.8.0...v0.8.1) (2025-03-14)
66-
67-
68-
### Bug Fixes
69-
70-
* incorrect formatter definition ([e86ec87](https://github.com/99linesofcode/nixos-config/commit/e86ec87aa451394b1f3410d55f2b27be54ee08f5))
71-
72-
73-

0 commit comments

Comments
 (0)