Update NixOS config.
This commit is contained in:
parent
4a31bf6aa2
commit
fc8352ee4c
1 changed files with 10 additions and 1 deletions
|
@ -1,7 +1,16 @@
|
||||||
{ config, pkgs, ... }:
|
{ pkgs, lib, config, ... }:
|
||||||
|
# enable docker
|
||||||
|
# not all systems need this
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
options = {
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
|
config = {
|
||||||
|
# Enable Docker
|
||||||
|
virtualisation.docker.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue