diff --git a/flake.nix b/flake.nix index b92154d..9981fe0 100644 --- a/flake.nix +++ b/flake.nix @@ -77,16 +77,16 @@ }; # Work PC - kyuubi = nixpkgs.lib.nixosSystem { - inherit system; - specialArgs = { - username = "mar"; - }; - modules = [ - ./nixos/hosts/kyuubi/configuration.nix - nixpkgs-config - ]; - }; + # kyuubi = nixpkgs.lib.nixosSystem { + # inherit system; + # specialArgs = { + # username = "mar"; + # }; + # modules = [ + # ./nixos/hosts/kyuubi/configuration.nix + # nixpkgs-config + # ]; + # }; }; homeConfigurations = {