Re-enable Docker
This commit is contained in:
parent
7c9cb14ab2
commit
c8cf733e73
|
@ -7,6 +7,12 @@
|
||||||
./configuration.nix
|
./configuration.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
features = {
|
||||||
|
cli = {
|
||||||
|
docker.enable = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
wsl = {
|
wsl = {
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultUser = username;
|
defaultUser = username;
|
||||||
|
|
Loading…
Reference in a new issue