Update docs

This commit is contained in:
Alexander Bantyev 2020-04-29 00:05:59 +03:00
parent ee5583bdf1
commit 2033cecc11
Signed by: balsoft
GPG Key ID: E081FF12ADCB4AD5
2 changed files with 2 additions and 10 deletions

View File

@ -1,15 +1,7 @@
# 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`
`sudo nixos-rebuild test --flake .`

View File

@ -6,7 +6,7 @@
# To use this configuration:
# 1. Add your own secret.nix and hardware-configuration/`hostname`.nix to this folder
# 2. Set the hostname to the desired one
# 3. ./install or ./bootstrap
# 3. `sudo nixos-rebuild switch --flake .`
# 4. Log in to application and services where neccesary
{ config, pkgs, lib, inputs, name, ... }: