From 3f11f6413508010f8a5f635a1c952472da119f0c Mon Sep 17 00:00:00 2001 From: Jan-Bulthuis Date: Fri, 24 Jan 2025 02:05:00 +0100 Subject: [PATCH] Updated Readme --- README.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) 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