diff options
| author | Mel <einebeere@gmail.com> | 2024-11-04 03:28:38 +0100 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2024-11-04 03:28:38 +0100 |
| commit | 4845b62083018a273846323dcfbb09e2ee8bff4f (patch) | |
| tree | e381cb467fa3308d91c69612f55dc28715abb4d4 /modules/common.nix | |
| parent | 9a52eff1c92d63ea7309a4b0768f572973b5a6e6 (diff) | |
| download | network-4845b62083018a273846323dcfbb09e2ee8bff4f.tar.zst network-4845b62083018a273846323dcfbb09e2ee8bff4f.zip | |
Switch on docker
Signed-off-by: Mel <einebeere@gmail.com>
Diffstat (limited to 'modules/common.nix')
| -rw-r--r-- | modules/common.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/common.nix b/modules/common.nix index 2f2b141..aca3cfa 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -30,7 +30,8 @@ }; services.envfs.enable = true; - virtualisation.libvirtd.enable = true; + + virtualisation.docker.enable = true; services = { openssh = { |
