diff options
author | Alan Pearce | 2022-10-17 19:31:27 +0200 |
---|---|---|
committer | Alan Pearce | 2022-10-17 19:31:27 +0200 |
commit | 2c367fa3af3c781ce747a1199d7aa6a770b710e4 (patch) | |
tree | aa10d2c9b45b2b01a7ef421f0c9e3eecad8ef623 /system | |
parent | 2040d0cc03954bf620b18bb11515173932444c89 (diff) | |
download | nixfiles-2c367fa3af3c781ce747a1199d7aa6a770b710e4.tar.lz nixfiles-2c367fa3af3c781ce747a1199d7aa6a770b710e4.tar.zst nixfiles-2c367fa3af3c781ce747a1199d7aa6a770b710e4.zip |
Remove outdated pre-flake documentation
Diffstat (limited to 'system')
-rw-r--r-- | system/README.org | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/system/README.org b/system/README.org deleted file mode 100644 index e03d9a05..00000000 --- a/system/README.org +++ /dev/null @@ -1,12 +0,0 @@ -* nixos-configuration - -This repository is for my [[https://nixos.org/][NixOS]] configuration. - -** Setup - -1. Clone or symlink to =/etc/nixos= -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= - |