mirror of
https://github.com/MagicBOTAlex/nixos-server.git
synced 2025-09-05 13:26:51 +02:00
I guess i forgot to add networking
This commit is contained in:
parent
f358915432
commit
d022103d82
18 changed files with 528 additions and 77 deletions
5
docker.nix
Normal file
5
docker.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{pkgs, ...} : {
|
||||
virtualisation.docker.enable = true;
|
||||
|
||||
hardware.nvidia-container-toolkit.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue