mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: adds vnstat
This commit is contained in:
parent
c07d0c5f9b
commit
171d98fb72
1 changed files with 5 additions and 1 deletions
|
|
@ -31,11 +31,15 @@
|
|||
gui.enable = true;
|
||||
};
|
||||
|
||||
services = {
|
||||
vnstat.enable = true;
|
||||
hardware.bolt.enable = true;
|
||||
};
|
||||
|
||||
hardware.framework = {
|
||||
amd-7040.preventWakeOnAC = true;
|
||||
laptop13.audioEnhancement.enable = true;
|
||||
};
|
||||
services.hardware.bolt.enable = true;
|
||||
|
||||
networking.hostName = "sakura";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue