From 1a350f89d3a000d6eab8200c387aba57cecc0fc4 Mon Sep 17 00:00:00 2001 From: handdara Date: Sat, 23 Nov 2024 15:29:31 -0500 Subject: [PATCH] Grammar edit (teensie) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aae4d3b..63792da 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ MICRO: 1 ## usage 1. install NixOS -1. enable flakes set hostname +1. enable flakes and set hostname 1. add `nix.settings.experimental-features = [ "nix-command" "flakes" ];` to `/etc/nixos/configuration.nix` and change the hostname on the line `networking.hostName = ""; # Define your hostname.` 1. save and rebuild with `sudo nixos-rebuild switch`. then reboot