mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 10:36:34 +01:00
fix typo
This commit is contained in:
parent
84d7acd393
commit
2462b8f3f6
1 changed files with 1 additions and 1 deletions
|
@ -88,6 +88,6 @@
|
||||||
virtualisation.docker = {
|
virtualisation.docker = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableNvidia = true;
|
enableNvidia = true;
|
||||||
package = pkgs.padman;
|
package = pkgs.podman;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue