Ok I'm going to bed now
This commit is contained in:
parent
ecfac3e8b2
commit
1ed45f4437
|
@ -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 -``
|
||||
|
||||
|
|
Loading…
Reference in a new issue