diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-06-12 13:37:13 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-06-12 13:37:13 +0200 |
| commit | 15d50528cf86e93bad19f65f1e4b47af49e94d71 (patch) | |
| tree | caaa600a8f38df84dc269a3844d276393e90262c /system/virtualisation.nix | |
| parent | 72ee2b5a1e65ce804d6e1dcfd11aec06385594cc (diff) | |
Nuked everything
Diffstat (limited to 'system/virtualisation.nix')
| -rw-r--r-- | system/virtualisation.nix | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/system/virtualisation.nix b/system/virtualisation.nix deleted file mode 100644 index eae69f7..0000000 --- a/system/virtualisation.nix +++ /dev/null @@ -1,12 +0,0 @@ -{pkgs, ...}: { - virtualisation.docker = { - enable = true; - autoPrune.enable = true; - package = pkgs.docker_29; - }; - virtualisation.oci-containers = { - backend = "docker"; - }; - - users.extraGroups.docker.members = ["mun"]; -} |
