revert 8444fc370e
Check NixOS configurations / eval-hosts (push) Failing after 8m38s
Check NixOS configurations / eval-hosts (push) Failing after 8m38s
revert Update flake.nix
This commit is contained in:
@@ -32,32 +32,18 @@
|
||||
|
||||
specialArgs = { inherit inputs; };
|
||||
};
|
||||
docker = nixpkgs.lib.nixosSystem {
|
||||
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;
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
kuma = nixpkgs.lib.nixosSystem {
|
||||
inherit system;
|
||||
modules = [
|
||||
|
||||
Reference in New Issue
Block a user