Kernel modules troubleshoot
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user