You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Restores the `nix-channel` and `home-manager install` commands to the manual installation guide. This step was accidentally removed during a previous refactoring.
This configuration uses `sops-nix` to manage secrets, which are securely stored in Bitwarden.
47
57
@@ -68,7 +78,7 @@ bw get notes sops-nix_age_private.key | tee ~/.config/sops/age/keys.txt
68
78
chmod 600 ~/.config/sops/age/keys.txt
69
79
```
70
80
71
-
### 4. Apply the Configuration
81
+
### 5. Apply the Configuration
72
82
73
83
Finally, navigate to the repository directory and apply the configuration using Home Manager.
74
84
@@ -118,4 +128,4 @@ sh <(curl -L https://nixos.org/nix/install) --no-daemon
118
128
119
129
After this, you can proceed with the standard manual installation steps (cloning the repository, setting up secrets, and applying the configuration) from within the `proot-distro` environment.
0 commit comments