This commit is contained in:
foglar 2024-12-30 20:12:25 +01:00
parent 0bb5957eb9
commit fa86e4d238
2 changed files with 8 additions and 7 deletions

View File

@ -113,7 +113,7 @@ nix-shell nixpkgs#age -c age-keygen -o ~/.config/sops/age/keys.txt
- Yubikey ID - Yubikey ID
> [!NOTE] > [!NOTE]
> This configuration will work fine even without SOPS configuration, if you don't need it justs ignore it. > This configuration will work fine even without SOPS configuration, if you don't need it just ignore it.
- For more information about SOPS and NixOS look at [Vimjoyer's](https://www.youtube.com/@vimjoyer/featured) [video on youtube](https://www.youtube.com/watch?v=G5f6GC7SnhU) or in [sops-nix repository](https://github.com/Mic92/sops-nix) - For more information about SOPS and NixOS look at [Vimjoyer's](https://www.youtube.com/@vimjoyer/featured) [video on youtube](https://www.youtube.com/watch?v=G5f6GC7SnhU) or in [sops-nix repository](https://github.com/Mic92/sops-nix)
@ -129,7 +129,7 @@ ykman otp chalresp --touch --generate 2
ykpamcfg -2 -v ykpamcfg -2 -v
``` ```
- test your Yubikey with commands - Test your Yubikey with commands
```bash ```bash
nix-shell -p pamtester nix-shell -p pamtester
@ -137,12 +137,12 @@ pamtester login <username> authenticate
pamtester sudo <username> authenticate pamtester sudo <username> authenticate
``` ```
- for more information about Yubikeys and NixOS look at the [nixos wiki](https://nixos.wiki/wiki/Yubikey) or [EmergentMind's](https://github.com/EmergentMind) [video on youtube](https://www.youtube.com/watch?v=3CeXbONjIgE) - For more information about Yubikeys and NixOS look at the [nixos wiki](https://nixos.wiki/wiki/Yubikey) or [EmergentMind's](https://github.com/EmergentMind) [video on youtube](https://www.youtube.com/watch?v=3CeXbONjIgE)
### SSH configuration ### SSH configuration
- declarative ssh keys configuration - Declarative ssh keys configuration
- will be simplified in near future - Will be simplified in near future
```bash ```bash
nix-shell -p sops neovim nix-shell -p sops neovim

View File

@ -18,6 +18,8 @@
- [x] ssh config module - [x] ssh config module
- [x] fix colors in waybar - [x] fix colors in waybar
- [x] modularity connected via configuration.nix file with home manager (disable gnome, gnome configuration will be disabled too) - [x] modularity connected via configuration.nix file with home manager (disable gnome, gnome configuration will be disabled too)
- [x] NVIDIA options
- [x] fix wlogout
- [ ] neovim - [ ] neovim
- [ ] librewolf and firefox fix, extensions and bookmarks in librewolf - [ ] librewolf and firefox fix, extensions and bookmarks in librewolf
- [ ] graph of my system structure - [ ] graph of my system structure
@ -25,12 +27,11 @@
- [ ] modularize hyprland config into multiple files - [ ] modularize hyprland config into multiple files
- [ ] consider moving nh config helper into module - [ ] consider moving nh config helper into module
- [ ] make static background folder and figure out how to simply manage backgrounds across my devices - [ ] make static background folder and figure out how to simply manage backgrounds across my devices
- [ ] NVIDIA options
- [ ] fix plasma manager and extend gnome configuration - [ ] fix plasma manager and extend gnome configuration
- [ ] nix-on-droid - [ ] nix-on-droid
- [ ] ssh public key deployment - [ ] ssh public key deployment
- [ ] consider moving userSettings from flake.nix to each profile - [ ] consider moving userSettings from flake.nix to each profile
- [ ] fix wlogout - [ ] fix rofi cliboard manager by moving it into separate file managed by nix
- [ ] update my home page and create new web - [ ] update my home page and create new web
- [ ] fix kde theme in stylix - [ ] fix kde theme in stylix