From 1ed45f443728cd37ebe2a7f3e390777a217770eb Mon Sep 17 00:00:00 2001 From: Jimbo Date: Mon, 21 Oct 2024 04:00:41 -0400 Subject: [PATCH] Ok I'm going to bed now --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 50cb3d1..25610e8 100644 --- a/README.md +++ b/README.md @@ -17,14 +17,14 @@ My config uses these tools: ``Foot`` - Terminal emulator ``Rofi`` - App launcher and menu system -I have made shell aliases in ZSH for rebuilding the system. They are as follows: +I have defined shell aliases in ZSH for rebuilding different parts of Nix, they are as follows: `flakedate` - Update the flake.lock, which renews the sources of nixpkgs. This is needed to update the system. `sysswitch` - Switch the system profile. `homeswitch` = Switch the user's home-manager profile. -`nixswitch` = Switch to new config for both user and system. +`nixswitch` = Switch both user and system profile. `nixdate` = Same as before, but updating flake.nix before doing so. This is essentially a full system update. -My config heavily references a gnupg-protected secrets file. These will have to be adapted and rewritten if anyone is to use my config directly. +My server's config heavily references a git-crypt protected secrets file. These will have to be adapted and rewritten if anyone is to use my config directly. For my use, unlocking secrets can be done with this command: ``gpg --pinentry-mode loopback --decrypt local.key.asc | git-crypt unlock -``