diff options
author | Alan Pearce | 2020-02-26 10:27:26 +0100 |
---|---|---|
committer | Alan Pearce | 2020-02-26 10:27:26 +0100 |
commit | b3658308fbef6cdc33b14264d33f00d3023b42ac (patch) | |
tree | 1f5c98589c3ba5a580b683ca538b41af1a0a1ceb /system | |
parent | 37cc1c0e64e5bce3bc1de87d690746ec35080247 (diff) | |
download | nixfiles-b3658308fbef6cdc33b14264d33f00d3023b42ac.tar.lz nixfiles-b3658308fbef6cdc33b14264d33f00d3023b42ac.tar.zst nixfiles-b3658308fbef6cdc33b14264d33f00d3023b42ac.zip |
Remove system private dir
Diffstat (limited to 'system')
-rw-r--r-- | system/README.org | 9 | ||||
-rw-r--r-- | system/private/.gitkeep | 0 |
2 files changed, 4 insertions, 5 deletions
diff --git a/system/README.org b/system/README.org index cc07d58d..e03d9a05 100644 --- a/system/README.org +++ b/system/README.org @@ -5,9 +5,8 @@ This repository is for my [[https://nixos.org/][NixOS]] configuration. ** Setup 1. Clone or symlink to =/etc/nixos= -2. If necessary, re-create relevant files in =./private= -3. Run =nixos-generate-config= if on a fresh machine -4. Remove =configuration.nix= -5. Link a machine configuration to =configuration.nix= -6. Apply configuration with =nixos-rebuild= or =nixos-install= +2. Run =nixos-generate-config= if on a fresh machine +3. Remove =configuration.nix= +4. Link a machine configuration to =configuration.nix= +5. Apply configuration with =nixos-rebuild= or =nixos-install= diff --git a/system/private/.gitkeep b/system/private/.gitkeep deleted file mode 100644 index e69de29b..00000000 --- a/system/private/.gitkeep +++ /dev/null |