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