Kernel modules troubleshoot

This commit is contained in:
2025-10-27 07:40:22 +00:00
parent 6f84bdefb4
commit 24a211330a
16 changed files with 350 additions and 106 deletions
+14 -6
View File
@@ -2,7 +2,7 @@
[Felix Nixos Config](https://github.com/Stunkymonkey/nixos)
## structure
## Structure
```
.
@@ -14,10 +14,18 @@
└── environments # summarize module collections into single options
```
## Commands
## ToDo's:
- [ ] Developer Workbench
- [ ] Use Disko for drives
- [ ] fully automate installation
```bash
# Rebuild (switch/boot/test)
sudo nixos-rebuild switch --flake '.#jupiter'
## usage
# Update Flake
nix flake update
# Channel list
sudo nix-channel --list
# Channel update
sudo nix-channel --update
```