mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
temp enabled docker on the vps
This commit is contained in:
parent
f90ba1151a
commit
552ed08cbf
8 changed files with 37 additions and 10 deletions
|
@ -155,6 +155,11 @@
|
|||
};
|
||||
};
|
||||
|
||||
hardware.opengl.extraPackages = with pkgs; [
|
||||
intel-compute-runtime
|
||||
intel-media-driver
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
# hardware utilities
|
||||
btdu
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue