From 92ca826539092f33c8e19a19c7a9ea0def2aece0 Mon Sep 17 00:00:00 2001 From: seth Date: Mon, 17 Apr 2023 12:00:55 -0400 Subject: move most configurations to modules --- profiles/virtualisation.nix | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 profiles/virtualisation.nix (limited to 'profiles/virtualisation.nix') diff --git a/profiles/virtualisation.nix b/profiles/virtualisation.nix deleted file mode 100644 index f78ca1d..0000000 --- a/profiles/virtualisation.nix +++ /dev/null @@ -1,11 +0,0 @@ -{pkgs, ...}: { - virtualisation = { - podman = { - enable = true; - enableNvidia = true; - extraPackages = with pkgs; [podman-compose]; - autoPrune.enable = true; - }; - oci-containers.backend = "podman"; - }; -} -- cgit v1.2.3