From 5b194ca54a2ad6411ec7dd79e15dc194812e6246 Mon Sep 17 00:00:00 2001 From: Fabian Montero Date: Mon, 27 Jan 2025 23:20:23 -0600 Subject: [PATCH] add readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..beb2121 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +## Unified nix configuration + +Switch server: `nixos-rebuild switch --target-host root@posixlycorrect.com --use-substitutes --show-trace --flake .\#vps` + +Switch current machine: `sudo nixos-rebuild switch --flake . --show-trace` + +Switch current home manager: `home-manager switch --flake . --show-trace` + +Update homepage: `nix flake update --commit-lock-file --update-input homepage` + +Update whole flake: `nix flake update --commit-lock-file` \ No newline at end of file