enabled docker

This commit is contained in:
2024-05-20 23:58:30 +03:00
parent 882d63f0ba
commit a9e6f0b7cc

View File

@@ -150,4 +150,12 @@
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
system.stateVersion = "23.11"; # Did you read the comment? system.stateVersion = "23.11"; # Did you read the comment?
virtualisation.docker = {
enable = true;
rootless = {
enable = true;
setSocketVariable = true;
};
};
} }