diff options
author | sils <sils@sils.li> | 2022-12-07 17:03:28 +0100 |
---|---|---|
committer | sils <sils@sils.li> | 2022-12-07 17:03:28 +0100 |
commit | 8fdf0ef80efc88629af9226557c34f029d8723eb (patch) | |
tree | 208cfcdb696d4200fd2b7100c043e51b05756332 /Readme.md | |
parent | move to /etc/nixos (diff) | |
download | nix-config-8fdf0ef80efc88629af9226557c34f029d8723eb.tar.gz nix-config-8fdf0ef80efc88629af9226557c34f029d8723eb.zip |
document move in Readme.md
Diffstat (limited to 'Readme.md')
-rw-r--r-- | Readme.md | 14 |
1 files changed, 1 insertions, 13 deletions
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 = "<intital stateVersion from nixos-generate-config>"; -} -``` Adding a new File is as simple as ```bash echo '{ config, pkgs, ... }: |