mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
added docker config, nix formatting
This commit is contained in:
parent
c8eb3af384
commit
0d13ca10a7
3 changed files with 15 additions and 1 deletions
9
dot_config/flake/modules/nixos/docker.nix
Normal file
9
dot_config/flake/modules/nixos/docker.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{...}: {
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
rootless = {
|
||||
enable = true;
|
||||
setSocketVariable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue