summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--Readme.md17
1 files changed, 0 insertions, 17 deletions
diff --git a/Readme.md b/Readme.md
deleted file mode 100644
index 8cf6611..0000000
--- a/Readme.md
+++ /dev/null
@@ -1,17 +0,0 @@
-# Configuration Files for NixOS
-
-This is my system configuration, targeting workstations.
-It's intended to be private while not containing sensitive information.
-
-
-To use, clone this Repository `/etc/nixos`:
-
-
-
-Adding a new File is as simple as
-```bash
- echo '{ config, pkgs, ... }:
-
-{
-}' > yourNewFile.nix
-```