formating changes
This commit is contained in:
parent
6b669988f0
commit
3404e043ec
4 changed files with 23 additions and 20 deletions
|
|
@ -15,13 +15,12 @@
|
|||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
hardware.amdgpu.opencl.enable = true;
|
||||
boot.kernelParams = [ "amdgpu.ppfeaturemask=0xfff7ffff" "amdgpu.gpu_recovery=1" ];
|
||||
boot.kernelParams = ["amdgpu.ppfeaturemask=0xfff7ffff" "amdgpu.gpu_recovery=1"];
|
||||
services.openssh = {enable = true;};
|
||||
|
||||
virtualisation.docker.enable = true;
|
||||
virtualisation.docker.storageDriver = "btrfs";
|
||||
|
||||
|
||||
networking = {
|
||||
hostName = "desktop";
|
||||
networkmanager.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue