Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
Signed-off-by: Emrah Billur <[email protected]>
  • Loading branch information
emrahbillur committed Nov 21, 2024
1 parent 486969b commit 99b7553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/common/virtualization/docker.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ in
enable = true;
setSocketVariable = true;
daemon.settings.features.cdi = true;
daemon.settings.cdi-spec-dirs = ["/var/run/cdi/"];
daemon.settings.cdi-spec-dirs = [ "/var/run/cdi/" ];
};

# Container file and processor limits
Expand Down

0 comments on commit 99b7553

Please sign in to comment.