| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
In NixOS, I run an impermanent setup with tmpfs as root, flakes, LUKS encryption. Check out this blog post I made if you're interested.
. ├── configs # see below. ├── hosts # host specific configuration files. ├── modules # NixOS modules ├── profiles │ ├── home # home-manager profiles │ └── nixos # nixos profiles ├── secrets # nix-sops encrypted secrets. └── users # user specific
A sort of catch all for config / non-nix code.
Some are simply configuration files that are symlinked to ~/.config/ and managed with home manager.
My emacs configuration code. See its readme for more information.
Dual licensed under either:
Apache License, Version 2.0 (LICENSE-APACHE)
MIT license (LICENSE-MIT)
at your option.
| Back | FazBrowse Home | New Git URL |