https://github.com/oluceps/nixos-config
Configuration for describing my systems. And NUR
https://github.com/oluceps/nixos-config
disko niri nixos preservation vaultix
Last synced: about 1 year ago
JSON representation
Configuration for describing my systems. And NUR
- Host: GitHub
- URL: https://github.com/oluceps/nixos-config
- Owner: oluceps
- License: mit
- Created: 2022-09-06T02:45:25.000Z (almost 4 years ago)
- Default Branch: trival
- Last Pushed: 2025-03-19T18:35:51.000Z (about 1 year ago)
- Last Synced: 2025-03-20T12:18:19.502Z (about 1 year ago)
- Topics: disko, niri, nixos, preservation, vaultix
- Language: Nix
- Homepage: https://app.radicle.xyz/nodes/seed.nyaw.xyz/rad:z23fw6Ewk1bJvxg2K83a4qNngtwNN
- Size: 10.5 MB
- Stars: 49
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://garnix.io)



# Nix flake
> [!IMPORTANT]
> Public login credentials placing in `hosts/lib.nix`.
NixOS configurations. ~100% config Nixfied.
with
+ [flake-parts](https://github.com/hercules-ci/flake-parts)
+ [agenix](https://github.com/ryantm/agenix) [rekey](https://github.com/oddlama/agenix-rekey)
+ [lanzaboote](https://github.com/nix-community/lanzaboote)
+ [preservation](https://github.com/WilliButz/preservation)
+ [disko](https://github.com/nix-community/disko)
---
### Binary Cache
```nix
nix.settings = {
substituters = ["https://cache.garnix.io"];
trusted-public-keys = [
"cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="
];
};
```