From 3c54f2c96245732df0caf934764ad14917326c43 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Tue, 6 Feb 2024 14:59:49 +0100 Subject: [PATCH] Test removing podman and using devshell --- nixos/hosts/EDI/configuration.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/nixos/hosts/EDI/configuration.nix b/nixos/hosts/EDI/configuration.nix index c7fd076..9265174 100644 --- a/nixos/hosts/EDI/configuration.nix +++ b/nixos/hosts/EDI/configuration.nix @@ -37,15 +37,8 @@ }; environment.systemPackages = with pkgs; [ - podman - podman-compose ]; - virtualisation.podman = { - enable = true; - dockerCompat = true; - }; - networking.hostName = "EDI"; boot.bootspec.enable = true;