add docker
This commit is contained in:
parent
5996a33269
commit
567f8ca405
1 changed files with 3 additions and 0 deletions
|
|
@ -18,6 +18,9 @@
|
||||||
boot.kernelParams = [ "amdgpu.ppfeaturemask=0xfff7ffff" "amdgpu.gpu_recovery=1" ];
|
boot.kernelParams = [ "amdgpu.ppfeaturemask=0xfff7ffff" "amdgpu.gpu_recovery=1" ];
|
||||||
services.openssh = {enable = true;};
|
services.openssh = {enable = true;};
|
||||||
|
|
||||||
|
virtualisation.docker.enable = true;
|
||||||
|
virtualisation.docker.storageDriver = "btrfs";
|
||||||
|
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "desktop";
|
hostName = "desktop";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue