about summary refs log tree commit diff
path: root/README.org
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-03-03 17:52:06 -0800
committerFranck Cuny <franck@fcuny.net>2023-03-03 17:52:06 -0800
commit75370337b862531894f202eec30b21ccd60a1fdf (patch)
treeb224677644d03501e42e0bb3d2c5d52a121ee9d2 /README.org
parentref(hosts/tahoe): don't install sendsms (diff)
downloadworld-75370337b862531894f202eec30b21ccd60a1fdf.tar.gz
meta: convert README from org-mode to markdown
Diffstat (limited to '')
-rw-r--r--README.org29
1 files changed, 0 insertions, 29 deletions
diff --git a/README.org b/README.org
deleted file mode 100644
index 6946b97..0000000
--- a/README.org
+++ /dev/null
@@ -1,29 +0,0 @@
-#+TITLE: world - nix configuration
-
-[[https://ci.fcuny.net/api/badges/fcuny/world/status.svg]]
-
-* nixos
-To rebuild the host:
-#+begin_src sh
-sudo nixos-rebuild switch  --flake .
-#+end_src
-
-or
-#+begin_src sh
-nix-rebuild-host
-#+end_src
-* home-manager
-To rebuild the configuration for =home-manager=:
-#+begin_src sh
-home-manager switch --flake .
-#+end_src
-* update flakes
-To update the flakes:
-#+begin_src sh
-nix flake update
-#+end_src
-* templates
-To use one of the template, run:
-#+begin_src sh
-nix flake init -t github:fcuny/world#rust
-#+end_src