My NixOS/home-manager configuration files. NixOS: https://nixos.org; Home-manager: https://github.com/rycee/home-manager.
Go to file
2022-08-03 20:09:39 +04:00
.vscode Add vscode tasks 2022-05-30 15:25:46 +04:00
compat Use overlaid pkgs on old nix 2021-06-03 22:38:06 +03:00
machines Add IRC server 2022-02-22 00:14:59 +03:00
modules Add openvpn 2022-06-27 23:48:31 +04:00
profiles Add vscodevim back 2022-08-03 20:09:39 +04:00
roles Add openvpn 2022-06-27 23:48:31 +04:00
.envrc Add shell.nix and direnv 2021-03-10 18:53:44 +03:00
.gitignore Add shell.nix and direnv 2021-03-10 18:53:44 +03:00
.projectile Update passwords 2020-02-17 16:00:59 +03:00
default.nix Use overlaid pkgs on old nix 2021-06-03 22:38:06 +03:00
flake.lock Update 2022-08-03 17:16:33 +04:00
flake.nix Add codebraid 2022-07-18 14:19:35 +04:00
lib.nix Refactor: move out the overlay and lib 2021-12-23 21:23:03 +03:00
LICENSE Update passwords 2020-02-17 16:00:59 +03:00
overlay.nix Add codebraid 2022-07-18 14:19:35 +04:00
README.md Update README to reflect recent changes 2022-06-27 12:36:24 +04:00
shell.nix Add shell.nix and direnv 2021-03-10 18:53:44 +03:00

balsofts nixos configuration

License

Most of this config is in public domain (see LICENSE).

Stuff that may be useful

Secrets

Secrets are kept in a separate (private) git repository, encrypted with gpg and decrypted at runtime using secrets.nix and secrets-envsubst.nix. The repo is pass(1)-compatible, so passwords are also stored there.

pls no pwn

Themes

Themes for everything are generated from a custom base16 theme. The theme is defined in themes.nix, and the generation is spread all around modules.

Tmpfs root

To prevent extraneous state from clinging on the drive, I am using tmpfs root on my two main devices. It is implemented in persist.nix.

Easy Wireguard setup module

Copied from notgne2 with permission to redistribute as public domain software. Can be found in ezwg.nix

Installing it on your machine

  1. Add a config for your device to machines (it has to set deviceSpecific.devInfo, import your hardware-configuration.nix and one of the profiles, and contain a system file);
  2. sudo nixos-rebuild test --flake .