From 8fdf0ef80efc88629af9226557c34f029d8723eb Mon Sep 17 00:00:00 2001 From: sils Date: Wed, 7 Dec 2022 17:03:28 +0100 Subject: document move in Readme.md --- Readme.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'Readme.md') diff --git a/Readme.md b/Readme.md index f524bd1..8cf6611 100644 --- a/Readme.md +++ b/Readme.md @@ -4,22 +4,10 @@ This is my system configuration, targeting workstations. It's intended to be private while not containing sensitive information. -To use, clone Repository in `/etc/nix-config` and put the following in -`/etc/nixos/configuration.nix`: -```nix -{ config, pkgs, ... }: +To use, clone this Repository `/etc/nixos`: -{ - imports = - [ - ./hardware-configuration.nix - /etc/nix-config/config.nix - ]; - system.stateVersion = ""; -} -``` Adding a new File is as simple as ```bash echo '{ config, pkgs, ... }: -- cgit 1.4.1