diff --git a/README.md b/README.md index 2cde6ba..8879e7f 100644 --- a/README.md +++ b/README.md @@ -4,16 +4,4 @@ My NixOS configuration. ## Usage -Clone the repository to some directory. `/etc/nixos/git` in this example. - -Set up `configuration.nix`: -```nix -{ ... }: - -{ - imports = [ - ./hardware-configuration.nix - ./git/machines/[machine].nix - ]; -} -``` \ No newline at end of file +Clone the repository to some directory. And build with `sudo nixos-rebuild switch --flake /directory/containing/flake.nix/`. \ No newline at end of file