Initial commit of flake-based NixOS config for the whole haus
This commit is contained in:
14
modules/common/docker.nix
Normal file
14
modules/common/docker.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
# Enable with systemctl --user enable --now docker
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
rootless = {
|
||||
enable = true;
|
||||
setSocketVariable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user