From ded8b7dd5520562211a7899241c73a6f1f65f404 Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Sun, 28 Jun 2026 07:27:53 +0000 Subject: [PATCH] revert 8444fc370e9e694531f1038777a0b8c053f2759c revert Update flake.nix --- flake.nix | 38 ++++++++++++-------------------------- 1 file changed, 12 insertions(+), 26 deletions(-) diff --git a/flake.nix b/flake.nix index dc5dc12..d64e50e 100644 --- a/flake.nix +++ b/flake.nix @@ -32,32 +32,18 @@ specialArgs = { inherit inputs; }; }; -docker = nixpkgs.lib.nixosSystem { - inherit system; - - # 🔧 create custom pkgs with overlay - pkgs = import nixpkgs { - inherit system; - - overlays = [ - (final: prev: { - docker = prev.docker_29; - docker_cli = prev.docker_29; - }) - ]; - }; - - modules = [ - ./hosts/docker/configuration.nix - ./common/hardware-configuration.nix - - home-manager.nixosModules.home-manager { - home-manager.useGlobalPkgs = true; - home-manager.useUserPackages = true; - home-manager.users.nixos = import ./common/home.nix; - } - ]; -}; + docker = nixpkgs.lib.nixosSystem { + inherit system; + modules = [ + ./hosts/docker/configuration.nix + ./common/hardware-configuration.nix + home-manager.nixosModules.home-manager { + home-manager.useGlobalPkgs = true; + home-manager.useUserPackages = true; + home-manager.users.nixos = import ./common/home.nix; + } + ]; + }; kuma = nixpkgs.lib.nixosSystem { inherit system; modules = [