summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJakub Trzeciak <jptrzy@gmail.com>2023-09-19 19:39:57 +0200
committerJakub Trzeciak <jptrzy@gmail.com>2023-09-19 19:39:57 +0200
commitfe0b45d2f76e0d2a28494bc5ff97323264e4b7be (patch)
treef5e4ed14333eef2519279866d687977a0b35b327 /README.md
parent7e3ca32bc24e2deaf2a8e38ce8ad1f80b454842a (diff)
downloadnixos-fe0b45d2f76e0d2a28494bc5ff97323264e4b7be.tar.gz
nixos-fe0b45d2f76e0d2a28494bc5ff97323264e4b7be.tar.bz2
nixos-fe0b45d2f76e0d2a28494bc5ff97323264e4b7be.zip
Flake support
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8d3e25f..1ebbb12 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,22 @@
# Jptrzy's nixos config
+**This configuration is impure,** so don't expect it will work for you out of the box, without any modifications.
+For sure you need disk partitioned like bellow and write disk ids into **hardware-configuration.nix** file.
+```
+disk
+|- boot
+|- encrypted
+ |- swap
+ |- root
+```
+
+## Why flake.nix for nixos configuration
+Read more on [this blog post](https://www.tweag.io/blog/2020-07-31-nixos-flakes).
+
+If you want to start your own configuration check out [this repo](https://github.com/Misterio77/nix-starter-configs).
+
## Installation
[Full Guide](https://qfpl.io/posts/installing-nixos)
+
+## TODO
+Use more independent config by implementing [nixos-hardware module](https://github.com/NixOS/nixos-hardware) and
+using a separate file for partition config.
Software created with 💖