Commit c88bc95dd961
Changed files (1)
README.md
@@ -1,16 +1,16 @@
-# Nixos configuration
+# Nixos configuration ๐ธ
This is my default nixos configuration, commonly used on all my
nixos-enabled computers.
Thanks to @FaustXVI ๐ผ
-## How to use
+## How to use ๐ป
When installing nixos:
- clone this repository in `/etc/nixos`
-- create a `hostname` with the hostname you want
+- create a `hostname` with the hostname you want (`echo wakasu > /etc/nixos/hostname`)
- create a `machine/${hostname}.nix` file with the thing you want (look at other ones)
- run `nixos-generate-configuration` to have the
`hardware-configuration.nix` generated.