Commit c88bc95dd961

Vincent Demeester <vincent@sbr.pm>
2016-12-25 17:38:16
Mini README update
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent d0853d8
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.