My NixOS/home-manager configuration files. NixOS: https://nixos.org; Home-manager: https://github.com/rycee/home-manager.
Go to file
2021-10-19 02:20:13 +03:00
compat Use overlaid pkgs on old nix 2021-06-03 22:38:06 +03:00
machines Change wireguard server address 2021-09-21 15:02:54 +03:00
misc Update nixpkgs 2021-07-27 19:39:59 +03:00
modules Keep secrets when decryption is impossible 2021-09-12 20:14:11 +03:00
profiles Use pass-secret-service 2021-10-19 02:20:13 +03:00
roles Move sound stuff into its own profile 2021-10-04 14:37:02 +03: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 2021-10-09 22:01:05 +03:00
flake.nix Revert "Update nheko" 2021-09-21 15:01:31 +03:00
LICENSE Update passwords 2020-02-17 16:00:59 +03:00
README.md Update documentation 2021-06-12 01:21:24 +03: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), with the exception of a Brother printer ppd file which is licensed under GPLv2 and an sqlite database of programs in nixpkgs. I believe I am entitled to distribute both with this config, if this is not true, please contact me.

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. Remove yt-utilities from profiles/desktop.nix;
  2. 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);
  3. sudo nixos-rebuild test --flake .