mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-11 15:07:44 -05:00
Fix Docker Config
This commit is contained in:
parent
d1d1e042f8
commit
fb4275e049
1 changed files with 1 additions and 1 deletions
|
|
@ -91,8 +91,8 @@ inputs.nixpkgs.lib.nixosSystem {
|
|||
home.packages = [
|
||||
pkgs.docker
|
||||
];
|
||||
virtualization.docker.enable = true;
|
||||
};
|
||||
virtualization.docker.enable = true;
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue