My NixOS/home-manager configuration files. NixOS: https://nixos.org; Home-manager: https://github.com/rycee/home-manager.
Go to file
Alexander Bantyev 53f6ea3c37 Update modules/network.nix 2020-03-03 17:52:13 +03:00
hardware-configuration Encrypt drive 2020-02-28 10:43:35 +03:00
misc Update passwords 2020-02-17 16:00:59 +03:00
modules Update modules/network.nix 2020-03-03 17:52:13 +03:00
nix Update nix/sources.json 2020-02-23 13:15:05 +03:00
.dir-locals.el Update passwords 2020-02-17 16:00:59 +03:00
.gitignore Update passwords 2020-02-17 16:00:59 +03:00
.projectile Update passwords 2020-02-17 16:00:59 +03:00
LICENSE Update passwords 2020-02-17 16:00:59 +03:00
Makefile Update passwords 2020-02-17 16:00:59 +03:00
README.md Update passwords 2020-02-17 16:00:59 +03:00
bootstrap Update bootstrap modules/packages.nix modules/secrets.nix modules/services.nix modules/workspace/misc.nix modules/workspace/ssh.nix result-bin 2020-02-28 12:20:32 +03:00
build Update passwords 2020-02-17 16:00:59 +03:00
default.nix Update passwords 2020-02-17 16:00:59 +03:00
install Update passwords 2020-02-17 16:00:59 +03:00
secret.nix.gpg Update secrets 2020-02-28 14:17:55 +03:00
support.nix Update passwords 2020-02-17 16:00:59 +03:00
switch Update passwords 2020-02-17 16:00:59 +03:00
vm Update passwords 2020-02-17 16:00:59 +03:00
vm.nix Update passwords 2020-02-17 16:00:59 +03:00

README.md

balsofts nixos configuration

Trying it out in VM

If you happen to run NixOS, you can quite easily check out my configuration by running

git clone https://github.com/balsoft/nixos-config --recursive && cd nixos-config && cat vm && read  && ./vm

I recommend you inspect vm script before running it. Press Ctrl-C if something seems wrong (after all, Microsoft owns Github now; you never know if its Windows 10 installation script)

Creating your own secret.nix for better experience

You can check out the structure of ./secret.nix in ./modules/secrets.nix

Installing it on your machine

Run ./install